From 0b7180ff33be9868f870418acd67c4443309e570 Mon Sep 17 00:00:00 2001 From: Stefan Richter <o-s-r1993@web.de> Date: Tue, 7 Nov 2023 21:00:45 +0100 Subject: [PATCH] launcher: checkServer from scroll to fact --- Assets/Scripts/CheckServer.cs | 16 +- .../UI/NetwMenue/WaitingForLocalMMT.cs | 11 +- Assets/Stages/TechDemo A.JSON | 164 +- Assets/Stages/TechDemo B.JSON | 297 +- .../Stages/CanonBall 2D.JSON | 20024 ++++++++++++++ .../Stages/CanonBall 2D.JSON.meta | 7 + .../Stages/CanonBall 3D.JSON | 22835 ++++++++++++++++ .../Stages/CanonBall 3D.JSON.meta | 7 + 8 files changed, 42899 insertions(+), 462 deletions(-) create mode 100644 Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 2D.JSON create mode 100644 Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 2D.JSON.meta create mode 100644 Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 3D.JSON create mode 100644 Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 3D.JSON.meta diff --git a/Assets/Scripts/CheckServer.cs b/Assets/Scripts/CheckServer.cs index f45baafa..443fa8d8 100644 --- a/Assets/Scripts/CheckServer.cs +++ b/Assets/Scripts/CheckServer.cs @@ -116,14 +116,19 @@ IEnumerator ServerRoutine(String NetwAddress, int NA_id, double ics) { CommunicationEvents.ServerRunningA_test[NA_id] = false; - UnityWebRequest request = UnityWebRequest.Get("http://" + NetwAddress + "/scroll/list"); + UnityWebRequest request = ping1(NetwAddress); + // UnityWebRequest request = UnityWebRequest.Get("http://localhost:8085/fact/list"); + //UnityEngine.Debug.Log("Req"); yield return request.SendWebRequest(); while (request.result == UnityWebRequest.Result.ConnectionError || request.result == UnityWebRequest.Result.ProtocolError) { UnityEngine.Debug.Log("Wait for Server to Respond: " + request.error); - request = UnityWebRequest.Get("http://" + NetwAddress + "/scroll/list"); + request = ping1(NetwAddress); + //request = UnityWebRequest.Get("http://" + NetwAddress + "/fact/list"); + //request = UnityWebRequest.Get("http://localhost:8085/fact/list"); + //UnityEngine.Debug.Log("Req"); yield return request.SendWebRequest(); request.Dispose(); @@ -135,4 +140,11 @@ IEnumerator ServerRoutine(String NetwAddress, int NA_id, double ics) CommunicationEvents.ServerRunningA_test[NA_id] = true; } } + + + public UnityWebRequest ping1(String NetwAddress) { + //UnityWebRequest request = UnityWebRequest.Get("http://" + NetwAddress + "/scroll/list"); + UnityWebRequest request = UnityWebRequest.Get("http://" + NetwAddress + "/fact/list"); + return request; + } } diff --git a/Assets/Scripts/UI/NetwMenue/WaitingForLocalMMT.cs b/Assets/Scripts/UI/NetwMenue/WaitingForLocalMMT.cs index 131cab99..f6094139 100644 --- a/Assets/Scripts/UI/NetwMenue/WaitingForLocalMMT.cs +++ b/Assets/Scripts/UI/NetwMenue/WaitingForLocalMMT.cs @@ -56,7 +56,8 @@ IEnumerator ServerRoutine() { - using UnityWebRequest request = UnityWebRequest.Get(CommunicationEvents.ServerAddressLocal + "/scroll/list"); + + using UnityWebRequest request = pingL(); yield return request.SendWebRequest(); if (request.result == UnityWebRequest.Result.ConnectionError || request.result == UnityWebRequest.Result.ProtocolError) @@ -82,4 +83,12 @@ IEnumerator ServerRoutine() } + + public UnityWebRequest pingL() + { + //UnityWebRequest request = UnityWebRequest.Get("http://" + NetwAddress + "/scroll/list"); + //using UnityWebRequest request = UnityWebRequest.Get(CommunicationEvents.ServerAddressLocal + "/scroll/list"); + UnityWebRequest request = UnityWebRequest.Get(CommunicationEvents.ServerAddressLocal + "/fact/list"); + return request; + } } \ No newline at end of file diff --git a/Assets/Stages/TechDemo A.JSON b/Assets/Stages/TechDemo A.JSON index c13f4330..43212e6e 100644 --- a/Assets/Stages/TechDemo A.JSON +++ b/Assets/Stages/TechDemo A.JSON @@ -1,163 +1 @@ -{ - "category": "Demo Category", - "number": 1, - "description": "Tree Stage", - "scene": "RiverWorld", - "use_install_folder": true, - "solution": { - "ValidationSet": [ - { - "MasterIDs": [ - "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact3" - ], - "SolutionIndex": [], - "RelationIndex": [], - "ComparerString": "LineFactHightDirectionComparer" - } - ], - "ExposedSolutionFacts": [], - "ImmutableFacts": [], - "WorkflowGadgetDict": { - "-1": null - }, - "MetaInf": { - "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact1": { - "workflow_id": 0, - "active": true, - "isImmutable": false - }, - "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact2": { - "workflow_id": 1, - "active": true, - "isImmutable": false - }, - "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact3": { - "workflow_id": 2, - "active": true, - "isImmutable": false - } - }, - "Workflow": [ - { - "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact1", - "samestep": false, - "steplink": 3, - "creation": true, - "gadget_rank": -1, - "scroll_label": null, - "GadgetFlow": [], - "GadgetTime": 0.9207362000000785 - }, - { - "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact2", - "samestep": true, - "steplink": 0, - "creation": true, - "gadget_rank": -1, - "scroll_label": null, - "GadgetFlow": [], - "GadgetTime": 0.9207362000000785 - }, - { - "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact3", - "samestep": true, - "steplink": 0, - "creation": true, - "gadget_rank": -1, - "scroll_label": null, - "GadgetFlow": [], - "GadgetTime": 0.9207362000000785 - } - ], - "marker": 3, - "worksteps": 1, - "backlog": 0, - "soft_resetted": false, - "invoke": true, - "MaxLabelId": 2, - "UnusedLabelIds": [], - "JsonFactSpace": { - "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact1": { - "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", - "ServerDefinition": { - "kind": "OMS", - "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact1" - }, - "Label": "A", - "hasCustomLabel": false, - "LabelId": 1 - }, - "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact2": { - "Point": { - "x": 0.0, - "y": 6.0, - "z": 0.0, - "normalized": { - "x": 0.0, - "y": 1.0, - "z": 0.0, - "magnitude": 1.0, - "sqrMagnitude": 1.0 - }, - "magnitude": 6.0, - "sqrMagnitude": 36.0 - }, - "Normal": { - "x": 0.0, - "y": 1.0, - "z": 0.0, - "magnitude": 1.0, - "sqrMagnitude": 1.0 - }, - "s_type": "PointFact", - "ServerDefinition": { - "kind": "OMS", - "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact2" - }, - "Label": "B", - "hasCustomLabel": false, - "LabelId": 2 - }, - "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact3": { - "s_type": "LineFact", - "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact1", - "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact2", - "Dir": { - "x": 0.0, - "y": -1.0, - "z": 0.0, - "magnitude": 1.0, - "sqrMagnitude": 1.0 - }, - "ServerDefinition": { - "kind": "OMS", - "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact3" - }, - "Label": "[AB]", - "hasCustomLabel": false, - "LabelId": 0 - } - }, - "name": null, - "path": null - }, - "solution_approches": [], - "AllowedScrolls": null, - "AllowedGadgets": null, - "name": "TechDemo A", - "path": null -} \ No newline at end of file +{"category":"Demo Category","number":1,"description":"Tree Stage","scene":"RiverWorld","use_install_folder":true,"solution":{"ValidationSet":[{"MasterIDs":["http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact9"],"SolutionIndex":[],"RelationIndex":[],"ComparerString":"LineFactHightDirectionComparer"}],"WorkflowGadgetDict":{"-1":null},"FactDict":{"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7":{"s_type":"PointFact","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},"Id":"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7","Label":"A","hasCustomLabel":false,"LabelId":1},"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact8":{"s_type":"PointFact","Point":{"x":0.0,"y":6.0,"z":0.0,"normalized":{"x":0.0,"y":1.0,"z":0.0,"magnitude":1.0,"sqrMagnitude":1.0},"magnitude":6.0,"sqrMagnitude":36.0},"Normal":{"x":0.0,"y":1.0,"z":0.0,"magnitude":1.0,"sqrMagnitude":1.0},"Id":"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","Distance":6.0,"Pid1":"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7","Pid2":"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact8","Dir":{"x":0.0,"y":1.0,"z":0.0,"magnitude":1.0,"sqrMagnitude":1.0},"Id":"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact9","Label":"[AB]","hasCustomLabel":false,"LabelId":0}},"MetaInf":{"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7":{"workflow_id":0,"active":true},"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact8":{"workflow_id":1,"active":true},"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact9":{"workflow_id":2,"active":true}},"Workflow":[{"Id":"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7","samestep":false,"steplink":3,"creation":true,"gadget_rank":-1,"scroll_label":null,"GadgetFlow":[],"GadgetTime":0.0},{"Id":"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact8","samestep":true,"steplink":0,"creation":true,"gadget_rank":-1,"scroll_label":null,"GadgetFlow":[],"GadgetTime":0.0},{"Id":"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact9","samestep":true,"steplink":0,"creation":true,"gadget_rank":-1,"scroll_label":null,"GadgetFlow":[],"GadgetTime":0.0}],"marker":3,"worksteps":1,"backlog":0,"soft_resetted":false,"invoke":true,"MaxLabelId":2,"UnusedLabelIds":[],"name":null,"path":null},"solution_approches":[],"AllowedScrolls":null,"AllowedGadgets":null,"name":"TechDemo A","path":null} \ No newline at end of file diff --git a/Assets/Stages/TechDemo B.JSON b/Assets/Stages/TechDemo B.JSON index 50d370c0..8e88e515 100644 --- a/Assets/Stages/TechDemo B.JSON +++ b/Assets/Stages/TechDemo B.JSON @@ -1,296 +1 @@ -{ - "category": "Demo Category", - "number": 2, - "description": "River Stage", - "scene": "RiverWorld", - "use_install_folder": true, - "solution": { - "ValidationSet": [ - { - "MasterIDs": [ - "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact6" - ], - "SolutionIndex": [], - "RelationIndex": [], - "ComparerString": "LineFactHightDirectionComparer" - }, - { - "MasterIDs": [ - "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact6" - ], - "SolutionIndex": [], - "RelationIndex": [], - "ComparerString": "LineSpanningOverRiverWorldComparer" - }, - { - "MasterIDs": [], - "SolutionIndex": [ - 1 - ], - "RelationIndex": [ - 0 - ], - "ComparerString": "LineFactHightComparer" - } - ], - "ExposedSolutionFacts": [], - "ImmutableFacts": [], - "WorkflowGadgetDict": { - "-1": null - }, - "MetaInf": { - "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact4": { - "workflow_id": 0, - "active": true, - "isImmutable": false - }, - "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact5": { - "workflow_id": 1, - "active": true, - "isImmutable": false - }, - "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact6": { - "workflow_id": 2, - "active": true, - "isImmutable": false - } - }, - "Workflow": [ - { - "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact4", - "samestep": false, - "steplink": 3, - "creation": true, - "gadget_rank": -1, - "scroll_label": null, - "GadgetFlow": [], - "GadgetTime": 0.9207362000000785 - }, - { - "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact5", - "samestep": true, - "steplink": 0, - "creation": true, - "gadget_rank": -1, - "scroll_label": null, - "GadgetFlow": [], - "GadgetTime": 0.9207362000000785 - }, - { - "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact6", - "samestep": true, - "steplink": 0, - "creation": true, - "gadget_rank": -1, - "scroll_label": null, - "GadgetFlow": [], - "GadgetTime": 0.9207362000000785 - } - ], - "marker": 3, - "worksteps": 1, - "backlog": 0, - "soft_resetted": false, - "invoke": true, - "MaxLabelId": 2, - "UnusedLabelIds": [], - "JsonFactSpace": { - "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact4": { - "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", - "ServerDefinition": { - "kind": "OMS", - "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact4" - }, - "Label": "A", - "hasCustomLabel": false, - "LabelId": 1 - }, - "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact5": { - "Point": { - "x": 0.0, - "y": 6.0, - "z": 0.0, - "normalized": { - "x": 0.0, - "y": 1.0, - "z": 0.0, - "magnitude": 1.0, - "sqrMagnitude": 1.0 - }, - "magnitude": 6.0, - "sqrMagnitude": 36.0 - }, - "Normal": { - "x": 0.0, - "y": 1.0, - "z": 0.0, - "magnitude": 1.0, - "sqrMagnitude": 1.0 - }, - "s_type": "PointFact", - "ServerDefinition": { - "kind": "OMS", - "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact5" - }, - "Label": "B", - "hasCustomLabel": false, - "LabelId": 2 - }, - "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact6": { - "s_type": "LineFact", - "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact4", - "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact5", - "Dir": { - "x": 0.0, - "y": -1.0, - "z": 0.0, - "magnitude": 1.0, - "sqrMagnitude": 1.0 - }, - "ServerDefinition": { - "kind": "OMS", - "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact6" - }, - "Label": "[AB]", - "hasCustomLabel": false, - "LabelId": 0 - } - }, - "name": null, - "path": null - }, - "solution_approches": [], - "AllowedScrolls": [ - "http://mathhub.info/FrameIT/frameworld?OppositeLen" - ], - "AllowedGadgets": [ - { - "s_type": "Pointer", - "Rank": 1, - "UiName": "Pointer", - "MaxRange": "Infinity", - "MaxHeight": "Infinity", - "ButtonIndx": 1, - "MaterialIndx": 0, - "LayerHitMask": { - "value": 1581105 - }, - "SecondaryLayerMask": { - "value": 0 - }, - "Workflow": [] - }, - { - "s_type": "Tape", - "Rank": 2, - "UiName": "Tape", - "MaxRange": 2.5, - "MaxHeight": 2.5, - "ButtonIndx": 2, - "MaterialIndx": 0, - "LayerHitMask": { - "value": 1024 - }, - "SecondaryLayerMask": { - "value": 0 - }, - "Workflow": [] - }, - { - "s_type": "AngleTool", - "Rank": 3, - "UiName": "Angle Tool", - "MaxRange": "Infinity", - "MaxHeight": "Infinity", - "ButtonIndx": 3, - "MaterialIndx": 1, - "LayerHitMask": { - "value": 1024 - }, - "SecondaryLayerMask": { - "value": 0 - }, - "Workflow": [] - }, - { - "s_type": "LineTool", - "Rank": 4, - "UiName": "Line Tool", - "MaxRange": "Infinity", - "MaxHeight": "Infinity", - "ButtonIndx": 4, - "MaterialIndx": 0, - "LayerHitMask": { - "value": 1024 - }, - "SecondaryLayerMask": { - "value": 0 - }, - "Workflow": [] - }, - { - "s_type": "LotTool", - "Rank": 5, - "UiName": "Lot Tool", - "MaxRange": "Infinity", - "MaxHeight": "Infinity", - "ButtonIndx": 5, - "MaterialIndx": 0, - "LayerHitMask": { - "value": 535569 - }, - "SecondaryLayerMask": { - "value": 0 - }, - "Workflow": [] - }, - { - "s_type": "Pendulum", - "Rank": 6, - "UiName": "Pendulum", - "MaxRange": "Infinity", - "MaxHeight": "Infinity", - "ButtonIndx": 6, - "MaterialIndx": 0, - "LayerHitMask": { - "value": 1024 - }, - "SecondaryLayerMask": { - "value": 1 - }, - "Workflow": [] - }, - { - "s_type": "Remover", - "Rank": 8, - "UiName": "Delete Fact", - "MaxRange": "Infinity", - "MaxHeight": "Infinity", - "ButtonIndx": 8, - "MaterialIndx": 0, - "LayerHitMask": { - "value": 64512 - }, - "SecondaryLayerMask": { - "value": 0 - }, - "Workflow": [] - } - ], - "name": "TechDemo B", - "path": null -} \ No newline at end of file +{"category":"Demo Category","number":2,"description":"River Stage","scene":"RiverWorld","use_install_folder":true,"solution":{"ValidationSet":[{"MasterIDs":["http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact12"],"SolutionIndex":[],"RelationIndex":[],"ComparerString":"LineFactHightDirectionComparer"},{"MasterIDs":["http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact12"],"SolutionIndex":[],"RelationIndex":[],"ComparerString":"LineSpanningOverRiverWorldComparer"},{"MasterIDs":[],"SolutionIndex":[1],"RelationIndex":[0],"ComparerString":"LineFactHightComparer"}],"WorkflowGadgetDict":{"-1":null},"FactDict":{"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact10":{"s_type":"PointFact","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},"Id":"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact10","Label":"A","hasCustomLabel":false,"LabelId":1},"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact11":{"s_type":"PointFact","Point":{"x":0.0,"y":6.0,"z":0.0,"normalized":{"x":0.0,"y":1.0,"z":0.0,"magnitude":1.0,"sqrMagnitude":1.0},"magnitude":6.0,"sqrMagnitude":36.0},"Normal":{"x":0.0,"y":1.0,"z":0.0,"magnitude":1.0,"sqrMagnitude":1.0},"Id":"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact11","Label":"B","hasCustomLabel":false,"LabelId":2},"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact12":{"s_type":"LineFact","Distance":6.0,"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":0.0,"magnitude":1.0,"sqrMagnitude":1.0},"Id":"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact12","Label":"[AB]","hasCustomLabel":false,"LabelId":0}},"MetaInf":{"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact10":{"workflow_id":0,"active":true},"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact11":{"workflow_id":1,"active":true},"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact12":{"workflow_id":2,"active":true}},"Workflow":[{"Id":"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact10","samestep":false,"steplink":3,"creation":true,"gadget_rank":-1,"scroll_label":null,"GadgetFlow":[],"GadgetTime":0.0},{"Id":"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact11","samestep":true,"steplink":0,"creation":true,"gadget_rank":-1,"scroll_label":null,"GadgetFlow":[],"GadgetTime":0.0},{"Id":"http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact12","samestep":true,"steplink":0,"creation":true,"gadget_rank":-1,"scroll_label":null,"GadgetFlow":[],"GadgetTime":0.0}],"marker":3,"worksteps":1,"backlog":0,"soft_resetted":false,"invoke":true,"MaxLabelId":2,"UnusedLabelIds":[],"name":null,"path":null},"solution_approches":[],"AllowedScrolls":["OppositeLen","AngleSum","Pythagoras","CircleScroll","CircleAreaScroll","ConeVolumeScroll","TruncatedConeVolumeScroll","CylinderVolumeScroll","MidPoint","CircleLineAngleScroll","CircleLineAngleToAngle","SupplementaryAngles"],"AllowedGadgets":[{"s_type":"Pointer","Rank":1,"UiName":"Pointer","MaxRange":"Infinity","MaxHeight":"Infinity","ButtonIndx":1,"MaterialIndx":0,"IgnoreLayerMask":{"value":7682},"SecondaryLayerMask":{"value":0},"Workflow":[]},{"s_type":"Tape","Rank":2,"UiName":"Tape","MaxRange":2.5,"MaxHeight":2.5,"ButtonIndx":2,"MaterialIndx":0,"IgnoreLayerMask":{"value":129538},"SecondaryLayerMask":{"value":0},"Workflow":[]},{"s_type":"AngleTool","Rank":3,"UiName":"Angle Tool","MaxRange":"Infinity","MaxHeight":"Infinity","ButtonIndx":3,"MaterialIndx":1,"IgnoreLayerMask":{"value":129538},"SecondaryLayerMask":{"value":0},"Workflow":[]},{"s_type":"LineTool","Rank":4,"UiName":"Line Tool","MaxRange":"Infinity","MaxHeight":"Infinity","ButtonIndx":4,"MaterialIndx":0,"IgnoreLayerMask":{"value":129538},"SecondaryLayerMask":{"value":0},"Workflow":[]},{"s_type":"LotTool","Rank":5,"UiName":"Lot Tool","MaxRange":"Infinity","MaxHeight":"Infinity","ButtonIndx":5,"MaterialIndx":0,"IgnoreLayerMask":{"value":102914},"SecondaryLayerMask":{"value":0},"Workflow":[]},{"s_type":"Pendulum","Rank":6,"UiName":"Pendulum","MaxRange":"Infinity","MaxHeight":"Infinity","ButtonIndx":6,"MaterialIndx":0,"IgnoreLayerMask":{"value":129538},"SecondaryLayerMask":{"value":1},"Workflow":[]},{"s_type":"Remover","Rank":8,"UiName":"Delete Fact","MaxRange":"Infinity","MaxHeight":"Infinity","ButtonIndx":8,"MaterialIndx":0,"IgnoreLayerMask":{"value":66067},"SecondaryLayerMask":{"value":0},"Workflow":[]},{"s_type":"EqualCircles","Rank":9,"UiName":"Not Defined","MaxRange":"Infinity","MaxHeight":"Infinity","ButtonIndx":9,"MaterialIndx":0,"IgnoreLayerMask":{"value":0},"SecondaryLayerMask":{"value":0},"Workflow":[]}],"name":"TechDemo B","path":null} \ No newline at end of file diff --git a/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 2D.JSON b/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 2D.JSON new file mode 100644 index 00000000..e9edb1ab --- /dev/null +++ b/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 2D.JSON @@ -0,0 +1,20024 @@ +{ + "category": "CanonBall", + "number": 1, + "description": "CanonBall 2D Test", + "scene": "RiverWorld", + "use_install_folder": true, + "solution": { + "ValidationSet": [], + "ExposedSolutionFacts": [ + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact126", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact127", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact128", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact129", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact132", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact135", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact138", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact141", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact144", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact147", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact150", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact153", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact156", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact159", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1E-05, 0.2337258), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2337158, 0.4320768), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.16695, 13.02121), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.38171, -6.944755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2337158)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4320667, 0.9467315), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61987, 11.64365), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -13.14871, -5.555804), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.4320667)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.9467215, 1.613118), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.5536, 8.784481), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.188384, 14.88368), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.9467215)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.613108, 4.627315), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.250884, 18.70275), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.18734, -1.015321), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.613108)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.627305, 5.634649), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.450568, 15.64226), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.268845, -11.15014), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.627305)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.634639, 6.117978), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.780749, 4.41036), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.589557, 1.108319), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.634639)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.117968, 8.45536), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001146476, 4.946052), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.46481, 0.8866553), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.117968)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.455351, 10.32528), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.362611E-05, 7.018511), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.171925, 0.7093243), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(8.455351)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.32527, 11.82124), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337572E-05, 8.344899), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337621, 0.5674595), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(10.32527)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(11.82123, 13.01803), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.774759E-05, 9.193799), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.870175, 0.4539676), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(11.82123)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(13.01802, 13.97547), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696168E-05, 9.737103), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696218, 0.3631741), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.01802)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(13.97546, 14.74144), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.70932E-05, 10.08483), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.757053, 0.2905392), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.97546)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(14.74144, 15.35424), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.053354E-05, 10.30737), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.00572, 0.2324314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(14.74144)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(15.35423, 15.8445), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404606E-05, 10.44981), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404655, 0.1859451), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.35423)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(15.84449, 16.23672), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923753E-05, 10.54097), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923803, 0.1487561), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.84449)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.23671, 16.55051), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.533111E-05, 10.59932), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.539121, 0.1190049), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.23671)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.5505, 16.80157), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231325E-05, 10.63666), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231375, 0.09520391), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.5505)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.80156, 17.00243), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.851289E-06, 10.66056), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.985178, 0.07616313), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.80156)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.00242, 17.16314), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.881718E-06, 10.67586), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7882209, 0.0609305), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.00242)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.16313, 17.29172), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.320961E-06, 10.68566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6306551, 0.0487444), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.16313)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.29171, 17.39461), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.045537E-06, 10.69192), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5046028, 0.03899552), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.29171)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.3946, 17.47693), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.03339E-06, 10.69594), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4037606, 0.03119642), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.3946)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.47692, 17.54281), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.230379E-06, 10.6985), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3230869, 0.02495714), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.47692)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.5428, 17.59553), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.584989E-06, 10.70015), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.258548, 0.01996571), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.5428)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.59552, 17.63773), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.068678E-06, 10.7012), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2069168, 0.01597257), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.59552)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.63772, 17.6715), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.655629E-06, 10.70187), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1656119, 0.01277805), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.63772)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.67149, 17.69854), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324724E-06, 10.70231), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.132568, 0.01022244), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.67149)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.69853, 17.72019), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.060837E-06, 10.70258), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1061328, 0.008177955), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.69853)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.72018, 17.73752), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.49123E-07, 10.70276), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08498463, 0.006542364), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.72018)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.73751, 17.75141), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.800538E-07, 10.70287), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06806608, 0.005233891), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.73751)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.7514, 17.76254), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.448217E-07, 10.70295), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05453122, 0.004187113), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.7514)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})" + ], + "ImmutableFacts": [], + "WorkflowGadgetDict": { + "-1": null + }, + "MetaInf": { + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact126": { + "workflow_id": 0, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact127": { + "workflow_id": 1, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact128": { + "workflow_id": 2, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact129": { + "workflow_id": 3, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact130": { + "workflow_id": 4, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact131": { + "workflow_id": 5, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact132": { + "workflow_id": 6, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact133": { + "workflow_id": 7, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact134": { + "workflow_id": 8, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact135": { + "workflow_id": 9, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact136": { + "workflow_id": 10, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact137": { + "workflow_id": 11, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact138": { + "workflow_id": 12, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact139": { + "workflow_id": 13, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact140": { + "workflow_id": 14, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact141": { + "workflow_id": 15, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact142": { + "workflow_id": 16, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact143": { + "workflow_id": 17, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact144": { + "workflow_id": 18, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact145": { + "workflow_id": 19, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact146": { + "workflow_id": 20, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact147": { + "workflow_id": 21, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact148": { + "workflow_id": 22, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact149": { + "workflow_id": 23, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact150": { + "workflow_id": 24, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact151": { + "workflow_id": 25, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact152": { + "workflow_id": 26, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact153": { + "workflow_id": 27, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact154": { + "workflow_id": 28, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact155": { + "workflow_id": 29, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact156": { + "workflow_id": 30, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact157": { + "workflow_id": 31, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact158": { + "workflow_id": 32, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact159": { + "workflow_id": 33, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact160": { + "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, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}": { + "workflow_id": 36, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1E-05, 0.2337258), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 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, 16.16695, 13.02121), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.38171, -6.944755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2337158)))}": { + "workflow_id": 38, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2337158, 0.4320768), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.16695, 13.02121), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.38171, -6.944755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2337158)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 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, 19.61987, 11.64365), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -13.14871, -5.555804), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.4320667)))}": { + "workflow_id": 40, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4320667, 0.9467315), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61987, 11.64365), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -13.14871, -5.555804), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.4320667)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 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, 11.5536, 8.784481), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.188384, 14.88368), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.9467215)))}": { + "workflow_id": 42, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.9467215, 1.613118), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.5536, 8.784481), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.188384, 14.88368), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.9467215)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 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, 7.250884, 18.70275), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.18734, -1.015321), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.613108)))}": { + "workflow_id": 44, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.613108, 4.627315), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.250884, 18.70275), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.18734, -1.015321), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.613108)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 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, 5.450568, 15.64226), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.268845, -11.15014), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.627305)))}": { + "workflow_id": 46, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.627305, 5.634649), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.450568, 15.64226), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.268845, -11.15014), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.627305)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 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, 5.780749, 4.41036), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.589557, 1.108319), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.634639)))}": { + "workflow_id": 48, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.634639, 6.117978), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.780749, 4.41036), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.589557, 1.108319), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.634639)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 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, 0.0001146476, 4.946052), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.46481, 0.8866553), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.117968)))}": { + "workflow_id": 50, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.117968, 8.45536), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001146476, 4.946052), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.46481, 0.8866553), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.117968)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 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, 9.362611E-05, 7.018511), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.171925, 0.7093243), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(8.455351)))}": { + "workflow_id": 52, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.455351, 10.32528), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.362611E-05, 7.018511), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.171925, 0.7093243), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(8.455351)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 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, 7.337572E-05, 8.344899), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337621, 0.5674595), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(10.32527)))}": { + "workflow_id": 54, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.32527, 11.82124), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337572E-05, 8.344899), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337621, 0.5674595), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(10.32527)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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(0, 5.774759E-05, 9.193799), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.870175, 0.4539676), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(11.82123)))}": { + "workflow_id": 56, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(11.82123, 13.01803), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.774759E-05, 9.193799), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.870175, 0.4539676), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(11.82123)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 57, + "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.696168E-05, 9.737103), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696218, 0.3631741), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.01802)))}": { + "workflow_id": 58, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(13.01802, 13.97547), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696168E-05, 9.737103), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696218, 0.3631741), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.01802)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 59, + "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.70932E-05, 10.08483), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.757053, 0.2905392), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.97546)))}": { + "workflow_id": 60, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(13.97546, 14.74144), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.70932E-05, 10.08483), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.757053, 0.2905392), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.97546)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 61, + "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.053354E-05, 10.30737), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.00572, 0.2324314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(14.74144)))}": { + "workflow_id": 62, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(14.74144, 15.35424), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.053354E-05, 10.30737), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.00572, 0.2324314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(14.74144)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 63, + "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.404606E-05, 10.44981), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404655, 0.1859451), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.35423)))}": { + "workflow_id": 64, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(15.35423, 15.8445), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404606E-05, 10.44981), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404655, 0.1859451), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.35423)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 65, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923753E-05, 10.54097), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923803, 0.1487561), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.84449)))}": { + "workflow_id": 66, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(15.84449, 16.23672), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923753E-05, 10.54097), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923803, 0.1487561), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.84449)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 67, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.533111E-05, 10.59932), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.539121, 0.1190049), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.23671)))}": { + "workflow_id": 68, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.23671, 16.55051), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.533111E-05, 10.59932), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.539121, 0.1190049), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.23671)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 69, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231325E-05, 10.63666), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231375, 0.09520391), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.5505)))}": { + "workflow_id": 70, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.5505, 16.80157), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231325E-05, 10.63666), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231375, 0.09520391), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.5505)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 71, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.851289E-06, 10.66056), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.985178, 0.07616313), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.80156)))}": { + "workflow_id": 72, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.80156, 17.00243), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.851289E-06, 10.66056), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.985178, 0.07616313), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.80156)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 73, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.881718E-06, 10.67586), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7882209, 0.0609305), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.00242)))}": { + "workflow_id": 74, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.00242, 17.16314), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.881718E-06, 10.67586), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7882209, 0.0609305), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.00242)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 75, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.320961E-06, 10.68566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6306551, 0.0487444), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.16313)))}": { + "workflow_id": 76, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.16313, 17.29172), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.320961E-06, 10.68566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6306551, 0.0487444), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.16313)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 77, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.045537E-06, 10.69192), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5046028, 0.03899552), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.29171)))}": { + "workflow_id": 78, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.29171, 17.39461), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.045537E-06, 10.69192), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5046028, 0.03899552), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.29171)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 79, + "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.03339E-06, 10.69594), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4037606, 0.03119642), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.3946)))}": { + "workflow_id": 80, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.3946, 17.47693), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.03339E-06, 10.69594), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4037606, 0.03119642), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.3946)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 81, + "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.230379E-06, 10.6985), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3230869, 0.02495714), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.47692)))}": { + "workflow_id": 82, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.47692, 17.54281), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.230379E-06, 10.6985), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3230869, 0.02495714), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.47692)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 83, + "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.584989E-06, 10.70015), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.258548, 0.01996571), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.5428)))}": { + "workflow_id": 84, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.5428, 17.59553), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.584989E-06, 10.70015), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.258548, 0.01996571), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.5428)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 85, + "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.068678E-06, 10.7012), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2069168, 0.01597257), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.59552)))}": { + "workflow_id": 86, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.59552, 17.63773), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.068678E-06, 10.7012), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2069168, 0.01597257), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.59552)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 87, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.655629E-06, 10.70187), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1656119, 0.01277805), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.63772)))}": { + "workflow_id": 88, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.63772, 17.6715), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.655629E-06, 10.70187), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1656119, 0.01277805), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.63772)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 89, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324724E-06, 10.70231), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.132568, 0.01022244), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.67149)))}": { + "workflow_id": 90, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.67149, 17.69854), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324724E-06, 10.70231), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.132568, 0.01022244), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.67149)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 91, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.060837E-06, 10.70258), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1061328, 0.008177955), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.69853)))}": { + "workflow_id": 92, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.69853, 17.72019), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.060837E-06, 10.70258), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1061328, 0.008177955), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.69853)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 93, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.49123E-07, 10.70276), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08498463, 0.006542364), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.72018)))}": { + "workflow_id": 94, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.72018, 17.73752), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.49123E-07, 10.70276), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08498463, 0.006542364), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.72018)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 95, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.800538E-07, 10.70287), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06806608, 0.005233891), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.73751)))}": { + "workflow_id": 96, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.73751, 17.75141), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.800538E-07, 10.70287), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06806608, 0.005233891), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.73751)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 97, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.448217E-07, 10.70295), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05453122, 0.004187113), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.7514)))}": { + "workflow_id": 98, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.7514, 17.76254), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.448217E-07, 10.70295), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05453122, 0.004187113), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.7514)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 99, + "active": true, + "isImmutable": false + } + }, + "Workflow": [ + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact126", + "samestep": false, + "steplink": 1, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact127", + "samestep": false, + "steplink": 2, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact128", + "samestep": false, + "steplink": 3, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact129", + "samestep": false, + "steplink": 4, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact130", + "samestep": false, + "steplink": 7, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact131", + "samestep": true, + "steplink": 4, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact132", + "samestep": true, + "steplink": 4, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact133", + "samestep": false, + "steplink": 10, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact134", + "samestep": true, + "steplink": 7, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact135", + "samestep": true, + "steplink": 7, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact136", + "samestep": false, + "steplink": 13, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact137", + "samestep": true, + "steplink": 10, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact138", + "samestep": true, + "steplink": 10, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact139", + "samestep": false, + "steplink": 16, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact140", + "samestep": true, + "steplink": 13, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact141", + "samestep": true, + "steplink": 13, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact142", + "samestep": false, + "steplink": 19, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact143", + "samestep": true, + "steplink": 16, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact144", + "samestep": true, + "steplink": 16, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact145", + "samestep": false, + "steplink": 22, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact146", + "samestep": true, + "steplink": 19, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact147", + "samestep": true, + "steplink": 19, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact148", + "samestep": false, + "steplink": 25, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact149", + "samestep": true, + "steplink": 22, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact150", + "samestep": true, + "steplink": 22, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact151", + "samestep": false, + "steplink": 28, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact152", + "samestep": true, + "steplink": 25, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact153", + "samestep": true, + "steplink": 25, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact154", + "samestep": false, + "steplink": 31, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact155", + "samestep": true, + "steplink": 28, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact156", + "samestep": true, + "steplink": 28, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact157", + "samestep": false, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact158", + "samestep": true, + "steplink": 31, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact159", + "samestep": true, + "steplink": 31, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact160", + "samestep": true, + "steplink": 31, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "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": 100, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1E-05, 0.2337258), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.16695, 13.02121), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.38171, -6.944755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2337158)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2337158, 0.4320768), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.16695, 13.02121), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.38171, -6.944755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2337158)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61987, 11.64365), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -13.14871, -5.555804), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.4320667)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4320667, 0.9467315), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61987, 11.64365), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -13.14871, -5.555804), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.4320667)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.5536, 8.784481), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.188384, 14.88368), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.9467215)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.9467215, 1.613118), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.5536, 8.784481), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.188384, 14.88368), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.9467215)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.250884, 18.70275), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.18734, -1.015321), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.613108)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.613108, 4.627315), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.250884, 18.70275), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.18734, -1.015321), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.613108)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.450568, 15.64226), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.268845, -11.15014), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.627305)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.627305, 5.634649), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.450568, 15.64226), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.268845, -11.15014), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.627305)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.780749, 4.41036), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.589557, 1.108319), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.634639)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.634639, 6.117978), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.780749, 4.41036), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.589557, 1.108319), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.634639)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001146476, 4.946052), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.46481, 0.8866553), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.117968)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.117968, 8.45536), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001146476, 4.946052), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.46481, 0.8866553), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.117968)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.362611E-05, 7.018511), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.171925, 0.7093243), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(8.455351)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.455351, 10.32528), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.362611E-05, 7.018511), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.171925, 0.7093243), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(8.455351)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337572E-05, 8.344899), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337621, 0.5674595), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(10.32527)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.32527, 11.82124), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337572E-05, 8.344899), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337621, 0.5674595), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(10.32527)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.774759E-05, 9.193799), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.870175, 0.4539676), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(11.82123)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(11.82123, 13.01803), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.774759E-05, 9.193799), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.870175, 0.4539676), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(11.82123)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696168E-05, 9.737103), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696218, 0.3631741), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.01802)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(13.01802, 13.97547), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696168E-05, 9.737103), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696218, 0.3631741), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.01802)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.70932E-05, 10.08483), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.757053, 0.2905392), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.97546)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(13.97546, 14.74144), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.70932E-05, 10.08483), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.757053, 0.2905392), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.97546)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.053354E-05, 10.30737), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.00572, 0.2324314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(14.74144)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(14.74144, 15.35424), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.053354E-05, 10.30737), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.00572, 0.2324314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(14.74144)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404606E-05, 10.44981), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404655, 0.1859451), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.35423)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(15.35423, 15.8445), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404606E-05, 10.44981), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404655, 0.1859451), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.35423)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923753E-05, 10.54097), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923803, 0.1487561), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.84449)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(15.84449, 16.23672), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923753E-05, 10.54097), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923803, 0.1487561), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.84449)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.533111E-05, 10.59932), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.539121, 0.1190049), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.23671)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.23671, 16.55051), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.533111E-05, 10.59932), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.539121, 0.1190049), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.23671)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231325E-05, 10.63666), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231375, 0.09520391), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.5505)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.5505, 16.80157), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231325E-05, 10.63666), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231375, 0.09520391), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.5505)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.851289E-06, 10.66056), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.985178, 0.07616313), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.80156)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.80156, 17.00243), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.851289E-06, 10.66056), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.985178, 0.07616313), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.80156)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.881718E-06, 10.67586), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7882209, 0.0609305), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.00242)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.00242, 17.16314), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.881718E-06, 10.67586), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7882209, 0.0609305), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.00242)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.320961E-06, 10.68566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6306551, 0.0487444), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.16313)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.16313, 17.29172), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.320961E-06, 10.68566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6306551, 0.0487444), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.16313)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.045537E-06, 10.69192), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5046028, 0.03899552), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.29171)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.29171, 17.39461), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.045537E-06, 10.69192), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5046028, 0.03899552), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.29171)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.03339E-06, 10.69594), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4037606, 0.03119642), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.3946)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.3946, 17.47693), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.03339E-06, 10.69594), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4037606, 0.03119642), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.3946)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.230379E-06, 10.6985), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3230869, 0.02495714), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.47692)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.47692, 17.54281), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.230379E-06, 10.6985), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3230869, 0.02495714), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.47692)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.584989E-06, 10.70015), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.258548, 0.01996571), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.5428)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.5428, 17.59553), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.584989E-06, 10.70015), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.258548, 0.01996571), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.5428)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.068678E-06, 10.7012), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2069168, 0.01597257), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.59552)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.59552, 17.63773), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.068678E-06, 10.7012), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2069168, 0.01597257), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.59552)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.655629E-06, 10.70187), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1656119, 0.01277805), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.63772)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.63772, 17.6715), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.655629E-06, 10.70187), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1656119, 0.01277805), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.63772)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324724E-06, 10.70231), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.132568, 0.01022244), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.67149)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.67149, 17.69854), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324724E-06, 10.70231), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.132568, 0.01022244), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.67149)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.060837E-06, 10.70258), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1061328, 0.008177955), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.69853)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.69853, 17.72019), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.060837E-06, 10.70258), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1061328, 0.008177955), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.69853)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.49123E-07, 10.70276), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08498463, 0.006542364), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.72018)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.72018, 17.73752), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.49123E-07, 10.70276), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08498463, 0.006542364), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.72018)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.800538E-07, 10.70287), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06806608, 0.005233891), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.73751)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.73751, 17.75141), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.800538E-07, 10.70287), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06806608, 0.005233891), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.73751)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.448217E-07, 10.70295), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05453122, 0.004187113), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.7514)))}", + "samestep": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.7514, 17.76254), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.448217E-07, 10.70295), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05453122, 0.004187113), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.7514)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 35, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + } + ], + "marker": 100, + "worksteps": 15, + "backlog": 0, + "soft_resetted": false, + "invoke": true, + "MaxLabelId": 89, + "UnusedLabelIds": [], + "JsonFactSpace": { + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact126": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact126" + }, + "Label": "A", + "hasCustomLabel": false, + "LabelId": 1 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact127": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact127" + }, + "Label": "B", + "hasCustomLabel": false, + "LabelId": 2 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact128": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact128" + }, + "Label": "C", + "hasCustomLabel": false, + "LabelId": 3 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact129": { + "value": 0.8, + "s_type": "RealLitFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact129" + }, + "Label": "D", + "hasCustomLabel": false, + "LabelId": 4 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact130": { + "Point": { + "x": 0.0, + "y": 0.0, + "z": -0.04905, + "normalized": { + "x": 0.0, + "y": 0.0, + "z": -1.0, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "magnitude": 0.04905, + "sqrMagnitude": 0.00240590237 + }, + "Normal": { + "x": 0.0, + "y": 1.0, + "z": 0.0, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "s_type": "PointFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact130" + }, + "Label": "E", + "hasCustomLabel": false, + "LabelId": 5 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact131": { + "Point": { + "x": 0.0, + "y": 0.0, + "z": 19.66905, + "normalized": { + "x": 0.0, + "y": 0.0, + "z": 1.0, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "magnitude": 19.66905, + "sqrMagnitude": 386.871552 + }, + "Normal": { + "x": 0.0, + "y": 1.0, + "z": 0.0, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "s_type": "PointFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact131" + }, + "Label": "F", + "hasCustomLabel": false, + "LabelId": 6 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact132": { + "s_type": "LineFact", + "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact130", + "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact131", + "Dir": { + "x": 0.0, + "y": 0.0, + "z": -1.0, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact132" + }, + "Label": "[EF]", + "hasCustomLabel": false, + "LabelId": 0 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact133": { + "Point": { + "x": 0.0, + "y": -0.04905, + "z": 0.0, + "normalized": { + "x": 0.0, + "y": -1.0, + "z": 0.0, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "magnitude": 0.04905, + "sqrMagnitude": 0.00240590237 + }, + "Normal": { + "x": 0.0, + "y": 1.0, + "z": 0.0, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "s_type": "PointFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact133" + }, + "Label": "G", + "hasCustomLabel": false, + "LabelId": 7 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact134": { + "Point": { + "x": 0.0, + "y": 19.66905, + "z": 0.0004905, + "normalized": { + "x": 0.0, + "y": 1.0, + "z": 2.49376553E-05, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "magnitude": 19.66905, + "sqrMagnitude": 386.871552 + }, + "Normal": { + "x": 0.0, + "y": 1.0, + "z": 0.0, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "s_type": "PointFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact134" + }, + "Label": "H", + "hasCustomLabel": false, + "LabelId": 8 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact135": { + "s_type": "LineFact", + "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact133", + "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact134", + "Dir": { + "x": 0.0, + "y": -1.0, + "z": -2.48756223E-05, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact135" + }, + "Label": "[GH]", + "hasCustomLabel": false, + "LabelId": 0 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact136": { + "Point": { + "x": 0.0, + "y": -0.04905, + "z": 19.6199989, + "normalized": { + "x": 0.0, + "y": -0.00249999226, + "z": 0.9999969, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "magnitude": 19.62006, + "sqrMagnitude": 384.946777 + }, + "Normal": { + "x": 0.0, + "y": 1.0, + "z": 0.0, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "s_type": "PointFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact136" + }, + "Label": "I", + "hasCustomLabel": false, + "LabelId": 9 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact137": { + "Point": { + "x": 0.0, + "y": 19.66905, + "z": 19.620491, + "normalized": { + "x": 0.0, + "y": 0.7079802, + "z": 0.7062323, + "magnitude": 1.0, + "sqrMagnitude": 1.00000012 + }, + "magnitude": 27.7819214, + "sqrMagnitude": 771.8352 + }, + "Normal": { + "x": 0.0, + "y": 1.0, + "z": 0.0, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "s_type": "PointFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact137" + }, + "Label": "J", + "hasCustomLabel": false, + "LabelId": 10 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact138": { + "s_type": "LineFact", + "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact136", + "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact137", + "Dir": { + "x": 0.0, + "y": -1.0, + "z": -2.495656E-05, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact138" + }, + "Label": "[IJ]", + "hasCustomLabel": false, + "LabelId": 0 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact139": { + "Point": { + "x": 0.0, + "y": 19.6199989, + "z": -0.04905, + "normalized": { + "x": 0.0, + "y": 0.9999969, + "z": -0.00249999226, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "magnitude": 19.62006, + "sqrMagnitude": 384.946777 + }, + "Normal": { + "x": 0.0, + "y": 1.0, + "z": 0.0, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "s_type": "PointFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact139" + }, + "Label": "K", + "hasCustomLabel": false, + "LabelId": 11 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact140": { + "Point": { + "x": 0.0, + "y": 19.6199989, + "z": 19.66905, + "normalized": { + "x": 0.0, + "y": 0.7062234, + "z": 0.707989037, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "magnitude": 27.7815742, + "sqrMagnitude": 771.8159 + }, + "Normal": { + "x": 0.0, + "y": 1.0, + "z": 0.0, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "s_type": "PointFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact140" + }, + "Label": "L", + "hasCustomLabel": false, + "LabelId": 12 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact141": { + "s_type": "LineFact", + "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact139", + "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact140", + "Dir": { + "x": 0.0, + "y": 0.0, + "z": -1.0, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact141" + }, + "Label": "[KL]", + "hasCustomLabel": false, + "LabelId": 0 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact142": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact142" + }, + "Label": "M", + "hasCustomLabel": false, + "LabelId": 13 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact143": { + "Point": { + "x": 0.0, + "y": 13.2435, + "z": 5.886, + "normalized": { + "x": 0.0, + "y": 0.913811564, + "z": 0.40613848, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "magnitude": 14.4925938, + "sqrMagnitude": 210.035278 + }, + "Normal": { + "x": 0.0, + "y": 1.0, + "z": 0.0, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "s_type": "PointFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact143" + }, + "Label": "N", + "hasCustomLabel": false, + "LabelId": 14 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact144": { + "s_type": "LineFact", + "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact142", + "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact143", + "Dir": { + "x": 0.0, + "y": -0.707106769, + "z": -0.707106769, + "magnitude": 1.0, + "sqrMagnitude": 0.99999994 + }, + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact144" + }, + "Label": "[MN]", + "hasCustomLabel": false, + "LabelId": 0 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact145": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact145" + }, + "Label": "O", + "hasCustomLabel": false, + "LabelId": 15 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact146": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact146" + }, + "Label": "P", + "hasCustomLabel": false, + "LabelId": 16 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact147": { + "s_type": "LineFact", + "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact145", + "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact146", + "Dir": { + "x": 0.0, + "y": 0.0, + "z": -1.0, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact147" + }, + "Label": "[OP]", + "hasCustomLabel": false, + "LabelId": 0 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact148": { + "Point": { + "x": 0.0, + "y": 13.97925, + "z": 7.3575, + "normalized": { + "x": 0.0, + "y": 0.8849182, + "z": 0.465746433, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "magnitude": 15.7972221, + "sqrMagnitude": 249.552231 + }, + "Normal": { + "x": 0.0, + "y": 1.0, + "z": 0.0, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "s_type": "PointFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact148" + }, + "Label": "Q", + "hasCustomLabel": false, + "LabelId": 17 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact149": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact149" + }, + "Label": "R", + "hasCustomLabel": false, + "LabelId": 18 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact150": { + "s_type": "LineFact", + "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact148", + "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact149", + "Dir": { + "x": 0.0, + "y": 0.8619343, + "z": -0.50702, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact150" + }, + "Label": "[QR]", + "hasCustomLabel": false, + "LabelId": 0 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact151": { + "Point": { + "x": 0.0, + "y": 17.657999, + "z": 11.2815, + "normalized": { + "x": 0.0, + "y": 0.842696249, + "z": 0.538389266, + "magnitude": 1.0, + "sqrMagnitude": 0.99999994 + }, + "magnitude": 20.9541683, + "sqrMagnitude": 439.077179 + }, + "Normal": { + "x": 0.0, + "y": 1.0, + "z": 0.0, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "s_type": "PointFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact151" + }, + "Label": "S", + "hasCustomLabel": false, + "LabelId": 19 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact152": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact152" + }, + "Label": "T", + "hasCustomLabel": false, + "LabelId": 20 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact153": { + "s_type": "LineFact", + "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact151", + "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact152", + "Dir": { + "x": 0.0, + "y": 0.650791168, + "z": -0.7592567, + "normalized": { + "x": 0.0, + "y": 0.6507912, + "z": -0.7592568, + "magnitude": 1.0, + "sqrMagnitude": 1.00000012 + }, + "magnitude": 0.99999994, + "sqrMagnitude": 0.99999994 + }, + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact153" + }, + "Label": "[ST]", + "hasCustomLabel": false, + "LabelId": 0 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact154": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact154" + }, + "Label": "U", + "hasCustomLabel": false, + "LabelId": 21 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact155": { + "Point": { + "x": 0.0, + "y": 7.3575, + "z": 18.88425, + "normalized": { + "x": 0.0, + "y": 0.363030136, + "z": 0.931777358, + "normalized": { + "x": 0.0, + "y": 0.363030165, + "z": 0.9317774, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "magnitude": 0.99999994, + "sqrMagnitude": 0.99999994 + }, + "magnitude": 20.2669125, + "sqrMagnitude": 410.747742 + }, + "Normal": { + "x": 0.0, + "y": 1.0, + "z": 0.0, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "s_type": "PointFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact155" + }, + "Label": "V", + "hasCustomLabel": false, + "LabelId": 22 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact156": { + "s_type": "LineFact", + "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact154", + "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact155", + "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 + }, + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact156" + }, + "Label": "[UV]", + "hasCustomLabel": false, + "LabelId": 0 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact157": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact157" + }, + "Label": "W", + "hasCustomLabel": false, + "LabelId": 23 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact158": { + "Point": { + "x": 0.0, + "y": 6.62175, + "z": 4.90499973, + "normalized": { + "x": 0.0, + "y": 0.8035573, + "z": 0.5952276, + "normalized": { + "x": 0.0, + "y": 0.803557158, + "z": 0.59522754, + "normalized": { + "x": 0.0, + "y": 0.8035572, + "z": 0.5952276, + "magnitude": 1.0, + "sqrMagnitude": 1.00000012 + }, + "magnitude": 0.99999994, + "sqrMagnitude": 0.99999994 + }, + "magnitude": 1.00000012, + "sqrMagnitude": 1.00000024 + }, + "magnitude": 8.240545, + "sqrMagnitude": 67.90659 + }, + "Normal": { + "x": 0.0, + "y": 1.0, + "z": 0.0, + "magnitude": 1.0, + "sqrMagnitude": 1.0 + }, + "s_type": "PointFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact158" + }, + "Label": "X", + "hasCustomLabel": false, + "LabelId": 24 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact159": { + "s_type": "LineFact", + "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact157", + "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact158", + "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 + }, + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact159" + }, + "Label": "[WX]", + "hasCustomLabel": false, + "LabelId": 0 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact160": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 401.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.01 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 400.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 400.01 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 400.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 401.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 50.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 200.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 120.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 150.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 100.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 200.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 150.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 285.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 200.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 230.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 360.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 300.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 300.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 100.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 385.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 50.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 50.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 100.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact160" + }, + "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", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + }, + "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, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 14.7150736 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 18.63876 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.3575 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -24.0345 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1E-05 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 14.7150736 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 18.63876 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.3575 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -24.0345 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1E-05 + } + ] + } + ] + } + ] + } + }, + "Label": "Z", + "hasCustomLabel": false, + "LabelId": 26 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1E-05, 0.2337258), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": -1E-05, + "Item2": 0.233725786 + }, + "s_type": "FunctionCallFact", + "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, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.233725786 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 14.7150736 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 18.63876 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.3575 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -24.0345 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1E-05 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "[", + "hasCustomLabel": false, + "LabelId": 27 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.16695, 13.02121), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.38171, -6.944755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2337158)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.1669464 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 13.0212069 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 18.3817139 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -6.944755 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.233715788 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.1669464 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 13.0212069 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 18.3817139 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -6.944755 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.233715788 + } + ] + } + ] + } + ] + } + }, + "Label": "\\", + "hasCustomLabel": false, + "LabelId": 28 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2337158, 0.4320768), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.16695, 13.02121), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.38171, -6.944755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2337158)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 0.233715788, + "Item2": 0.432076752 + }, + "s_type": "FunctionCallFact", + "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, 16.16695, 13.02121), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.38171, -6.944755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2337158)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.233715788 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.432076752 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.1669464 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 13.0212069 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 18.3817139 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -6.944755 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.233715788 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "]", + "hasCustomLabel": false, + "LabelId": 29 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61987, 11.64365), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -13.14871, -5.555804), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.4320667)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 19.6198673 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 11.6436529 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -13.1487122 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -5.55580425 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.432066739 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 19.6198673 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 11.6436529 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -13.1487122 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -5.55580425 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.432066739 + } + ] + } + ] + } + ] + } + }, + "Label": "^", + "hasCustomLabel": false, + "LabelId": 30 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4320667, 0.9467315), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61987, 11.64365), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -13.14871, -5.555804), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.4320667)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 0.432066739, + "Item2": 0.9467315 + }, + "s_type": "FunctionCallFact", + "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, 19.61987, 11.64365), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -13.14871, -5.555804), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.4320667)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.432066739 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.9467315 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 19.6198673 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 11.6436529 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -13.1487122 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -5.55580425 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.432066739 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "_", + "hasCustomLabel": false, + "LabelId": 31 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.5536, 8.784481), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.188384, 14.88368), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.9467215)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 11.5536032 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.784481 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -3.18838358 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 14.8836775 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.9467215 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 11.5536032 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.784481 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -3.18838358 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 14.8836775 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.9467215 + } + ] + } + ] + } + ] + } + }, + "Label": "`", + "hasCustomLabel": false, + "LabelId": 32 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.9467215, 1.613118), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.5536, 8.784481), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.188384, 14.88368), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.9467215)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 0.9467215, + "Item2": 1.61311781 + }, + "s_type": "FunctionCallFact", + "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, 11.5536, 8.784481), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.188384, 14.88368), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.9467215)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.9467215 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.61311781 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 11.5536032 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.784481 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -3.18838358 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 14.8836775 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.9467215 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "a", + "hasCustomLabel": false, + "LabelId": 33 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.250884, 18.70275), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.18734, -1.015321), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.613108)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.250884 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 18.70275 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 14.18734 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1.0153209 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.6131078 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.250884 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 18.70275 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 14.18734 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1.0153209 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.6131078 + } + ] + } + ] + } + ] + } + }, + "Label": "b", + "hasCustomLabel": false, + "LabelId": 34 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.613108, 4.627315), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.250884, 18.70275), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.18734, -1.015321), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.613108)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 1.6131078, + "Item2": 4.627315 + }, + "s_type": "FunctionCallFact", + "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, 7.250884, 18.70275), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.18734, -1.015321), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.613108)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.6131078 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.627315 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.250884 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 18.70275 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 14.18734 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1.0153209 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.6131078 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "c", + "hasCustomLabel": false, + "LabelId": 35 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.450568, 15.64226), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.268845, -11.15014), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.627305)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.450568 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 15.6422606 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.268845 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -11.150135 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.627305 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.450568 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 15.6422606 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.268845 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -11.150135 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.627305 + } + ] + } + ] + } + ] + } + }, + "Label": "d", + "hasCustomLabel": false, + "LabelId": 36 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.627305, 5.634649), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.450568, 15.64226), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.268845, -11.15014), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.627305)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 4.627305, + "Item2": 5.63464928 + }, + "s_type": "FunctionCallFact", + "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, 5.450568, 15.64226), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.268845, -11.15014), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.627305)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.627305 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.63464928 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.450568 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 15.6422606 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.268845 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -11.150135 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.627305 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "e", + "hasCustomLabel": false, + "LabelId": 37 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.780749, 4.41036), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.589557, 1.108319), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.634639)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.780749 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.41036 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.589557 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.10831916 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.63463926 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.780749 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.41036 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.589557 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.10831916 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.63463926 + } + ] + } + ] + } + ] + } + }, + "Label": "f", + "hasCustomLabel": false, + "LabelId": 38 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.634639, 6.117978), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.780749, 4.41036), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.589557, 1.108319), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.634639)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 5.63463926, + "Item2": 6.117978 + }, + "s_type": "FunctionCallFact", + "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, 5.780749, 4.41036), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.589557, 1.108319), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.634639)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.63463926 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.117978 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.780749 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.41036 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.589557 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.10831916 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.63463926 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "g", + "hasCustomLabel": false, + "LabelId": 39 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001146476, 4.946052), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.46481, 0.8866553), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.117968)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.000114647592 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.9460516 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 11.4648085 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.886655331 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.117968 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.000114647592 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.9460516 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 11.4648085 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.886655331 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.117968 + } + ] + } + ] + } + ] + } + }, + "Label": "h", + "hasCustomLabel": false, + "LabelId": 40 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.117968, 8.45536), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001146476, 4.946052), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.46481, 0.8866553), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.117968)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 6.117968, + "Item2": 8.45536 + }, + "s_type": "FunctionCallFact", + "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.0001146476, 4.946052), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.46481, 0.8866553), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.117968)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.117968 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.45536 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.000114647592 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.9460516 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 11.4648085 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.886655331 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.117968 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "i", + "hasCustomLabel": false, + "LabelId": 41 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.362611E-05, 7.018511), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.171925, 0.7093243), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(8.455351)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.36261058E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.018511 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.171925 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.7093243 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.455351 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.36261058E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.018511 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.171925 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.7093243 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.455351 + } + ] + } + ] + } + ] + } + }, + "Label": "j", + "hasCustomLabel": false, + "LabelId": 42 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.455351, 10.32528), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.362611E-05, 7.018511), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.171925, 0.7093243), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(8.455351)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 8.455351, + "Item2": 10.325284 + }, + "s_type": "FunctionCallFact", + "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, 9.362611E-05, 7.018511), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.171925, 0.7093243), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(8.455351)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.455351 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.325284 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.36261058E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.018511 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.171925 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.7093243 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.455351 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "k", + "hasCustomLabel": false, + "LabelId": 43 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337572E-05, 8.344899), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337621, 0.5674595), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(10.32527)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.337572E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.344899 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.33762074 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.567459464 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.3252745 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.337572E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.344899 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.33762074 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.567459464 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.3252745 + } + ] + } + ] + } + ] + } + }, + "Label": "l", + "hasCustomLabel": false, + "LabelId": 44 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.32527, 11.82124), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337572E-05, 8.344899), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337621, 0.5674595), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(10.32527)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 10.3252745, + "Item2": 11.8212414 + }, + "s_type": "FunctionCallFact", + "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, 7.337572E-05, 8.344899), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.337621, 0.5674595), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(10.32527)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.3252745 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 11.8212414 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.337572E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.344899 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.33762074 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.567459464 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.3252745 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "m", + "hasCustomLabel": false, + "LabelId": 45 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.774759E-05, 9.193799), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.870175, 0.4539676), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(11.82123)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.77475876E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.193799 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.87017536 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.453967571 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 11.8212318 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.77475876E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.193799 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.87017536 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.453967571 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 11.8212318 + } + ] + } + ] + } + ] + } + }, + "Label": "n", + "hasCustomLabel": false, + "LabelId": 46 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(11.82123, 13.01803), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.774759E-05, 9.193799), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.870175, 0.4539676), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(11.82123)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 11.8212318, + "Item2": 13.0180254 + }, + "s_type": "FunctionCallFact", + "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, 5.774759E-05, 9.193799), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.870175, 0.4539676), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(11.82123)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 11.8212318 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 13.0180254 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.77475876E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.193799 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.87017536 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.453967571 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 11.8212318 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "o", + "hasCustomLabel": false, + "LabelId": 47 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696168E-05, 9.737103), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696218, 0.3631741), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.01802)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.69616825E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.737103 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.69621754 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.363174051 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 13.0180159 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.69616825E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.737103 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.69621754 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.363174051 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 13.0180159 + } + ] + } + ] + } + ] + } + }, + "Label": "p", + "hasCustomLabel": false, + "LabelId": 48 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(13.01802, 13.97547), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696168E-05, 9.737103), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696218, 0.3631741), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.01802)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 13.0180159, + "Item2": 13.9754705 + }, + "s_type": "FunctionCallFact", + "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.696168E-05, 9.737103), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.696218, 0.3631741), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.01802)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 13.0180159 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 13.9754705 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.69616825E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.737103 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.69621754 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.363174051 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 13.0180159 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "q", + "hasCustomLabel": false, + "LabelId": 49 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.70932E-05, 10.08483), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.757053, 0.2905392), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.97546)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.70931957E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.0848255 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.75705266 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.290539235 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 13.975461 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.70931957E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.0848255 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.75705266 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.290539235 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 13.975461 + } + ] + } + ] + } + ] + } + }, + "Label": "r", + "hasCustomLabel": false, + "LabelId": 50 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(13.97546, 14.74144), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.70932E-05, 10.08483), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.757053, 0.2905392), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.97546)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 13.975461, + "Item2": 14.7414446 + }, + "s_type": "FunctionCallFact", + "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.70932E-05, 10.08483), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.757053, 0.2905392), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(13.97546)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 13.975461 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 14.7414446 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.70931957E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.0848255 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.75705266 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.290539235 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 13.975461 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "s", + "hasCustomLabel": false, + "LabelId": 51 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.053354E-05, 10.30737), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.00572, 0.2324314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(14.74144)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.053354E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.307373 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.00571966 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.2324314 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 14.7414351 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.053354E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.307373 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.00571966 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.2324314 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 14.7414351 + } + ] + } + ] + } + ] + } + }, + "Label": "t", + "hasCustomLabel": false, + "LabelId": 52 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(14.74144, 15.35424), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.053354E-05, 10.30737), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.00572, 0.2324314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(14.74144)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 14.7414351, + "Item2": 15.3542414 + }, + "s_type": "FunctionCallFact", + "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.053354E-05, 10.30737), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.00572, 0.2324314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(14.74144)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 14.7414351 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 15.3542414 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.053354E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.307373 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.00571966 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.2324314 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 14.7414351 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "u", + "hasCustomLabel": false, + "LabelId": 53 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404606E-05, 10.44981), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404655, 0.1859451), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.35423)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.40460631E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.4498081 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.40465546 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.185945123 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 15.3542318 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.40460631E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.4498081 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.40465546 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.185945123 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 15.3542318 + } + ] + } + ] + } + ] + } + }, + "Label": "v", + "hasCustomLabel": false, + "LabelId": 54 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(15.35423, 15.8445), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404606E-05, 10.44981), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404655, 0.1859451), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.35423)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 15.3542318, + "Item2": 15.8444967 + }, + "s_type": "FunctionCallFact", + "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.404606E-05, 10.44981), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.404655, 0.1859451), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.35423)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 15.3542318 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 15.8444967 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.40460631E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.4498081 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.40465546 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.185945123 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 15.3542318 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "w", + "hasCustomLabel": false, + "LabelId": 55 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923753E-05, 10.54097), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923803, 0.1487561), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.84449)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.92375337E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.5409708 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.92380261 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.1487561 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 15.8444872 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.92375337E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.5409708 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.92380261 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.1487561 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 15.8444872 + } + ] + } + ] + } + ] + } + }, + "Label": "x", + "hasCustomLabel": false, + "LabelId": 56 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(15.84449, 16.23672), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923753E-05, 10.54097), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923803, 0.1487561), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.84449)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 15.8444872, + "Item2": 16.23672 + }, + "s_type": "FunctionCallFact", + "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, 1.923753E-05, 10.54097), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.923803, 0.1487561), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(15.84449)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 15.8444872 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.23672 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.92375337E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.5409708 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.92380261 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.1487561 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 15.8444872 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "y", + "hasCustomLabel": false, + "LabelId": 57 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.533111E-05, 10.59932), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.539121, 0.1190049), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.23671)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.533111E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.5993176 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.53912055 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.119004883 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.23671 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.533111E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.5993176 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.53912055 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.119004883 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.23671 + } + ] + } + ] + } + ] + } + }, + "Label": "z", + "hasCustomLabel": false, + "LabelId": 58 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.23671, 16.55051), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.533111E-05, 10.59932), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.539121, 0.1190049), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.23671)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 16.23671, + "Item2": 16.5505142 + }, + "s_type": "FunctionCallFact", + "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, 1.533111E-05, 10.59932), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.539121, 0.1190049), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.23671)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.23671 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.5505142 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.533111E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.5993176 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.53912055 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.119004883 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.23671 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "{", + "hasCustomLabel": false, + "LabelId": 59 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231325E-05, 10.63666), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231375, 0.09520391), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.5505)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.2313254E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.6366615 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.2313745 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.09520391 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.5505047 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.2313254E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.6366615 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.2313745 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.09520391 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.5505047 + } + ] + } + ] + } + ] + } + }, + "Label": "|", + "hasCustomLabel": false, + "LabelId": 60 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.5505, 16.80157), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231325E-05, 10.63666), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231375, 0.09520391), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.5505)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 16.5505047, + "Item2": 16.801569 + }, + "s_type": "FunctionCallFact", + "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, 1.231325E-05, 10.63666), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.231375, 0.09520391), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.5505)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.5505047 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.801569 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.2313254E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.6366615 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.2313745 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.09520391 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.5505047 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "}", + "hasCustomLabel": false, + "LabelId": 61 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.851289E-06, 10.66056), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.985178, 0.07616313), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.80156)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.851289E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.6605635 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.985178 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.07616313 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.80156 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.851289E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.6605635 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.985178 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.07616313 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.80156 + } + ] + } + ] + } + ] + } + }, + "Label": "~", + "hasCustomLabel": false, + "LabelId": 62 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(16.80156, 17.00243), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.851289E-06, 10.66056), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.985178, 0.07616313), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.80156)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 16.80156, + "Item2": 17.00243 + }, + "s_type": "FunctionCallFact", + "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, 9.851289E-06, 10.66056), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.985178, 0.07616313), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(16.80156)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.80156 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.00243 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.851289E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.6605635 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.985178 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.07616313 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.80156 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "", + "hasCustomLabel": false, + "LabelId": 63 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.881718E-06, 10.67586), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7882209, 0.0609305), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.00242)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.881718E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.6758623 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.7882209 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0609305 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.00242 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.881718E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.6758623 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.7882209 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0609305 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.00242 + } + ] + } + ] + } + ] + } + }, + "Label": "€", + "hasCustomLabel": false, + "LabelId": 64 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.00242, 17.16314), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.881718E-06, 10.67586), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7882209, 0.0609305), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.00242)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 17.00242, + "Item2": 17.1631374 + }, + "s_type": "FunctionCallFact", + "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, 7.881718E-06, 10.67586), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7882209, 0.0609305), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.00242)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.00242 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.1631374 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.881718E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.6758623 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.7882209 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0609305 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.00242 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "Â", + "hasCustomLabel": false, + "LabelId": 65 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.320961E-06, 10.68566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6306551, 0.0487444), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.16313)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.32096135E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.6856556 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.6306551 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0487444028 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.1631279 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.32096135E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.6856556 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.6306551 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0487444028 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.1631279 + } + ] + } + ] + } + ] + } + }, + "Label": "‚", + "hasCustomLabel": false, + "LabelId": 66 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.16313, 17.29172), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.320961E-06, 10.68566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6306551, 0.0487444), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.16313)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 17.1631279, + "Item2": 17.2917213 + }, + "s_type": "FunctionCallFact", + "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, 6.320961E-06, 10.68566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6306551, 0.0487444), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.16313)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.1631279 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.2917213 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.32096135E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.6856556 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.6306551 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0487444028 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.1631279 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "ƒ", + "hasCustomLabel": false, + "LabelId": 67 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.045537E-06, 10.69192), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5046028, 0.03899552), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.29171)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.045537E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.6919231 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.5046028 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.038995523 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.2917118 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.045537E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.6919231 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.5046028 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.038995523 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.2917118 + } + ] + } + ] + } + ] + } + }, + "Label": "„", + "hasCustomLabel": false, + "LabelId": 68 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.29171, 17.39461), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.045537E-06, 10.69192), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5046028, 0.03899552), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.29171)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 17.2917118, + "Item2": 17.3946056 + }, + "s_type": "FunctionCallFact", + "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, 5.045537E-06, 10.69192), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5046028, 0.03899552), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.29171)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.2917118 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.3946056 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.045537E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.6919231 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.5046028 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.038995523 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.2917118 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "\u0085", + "hasCustomLabel": false, + "LabelId": 69 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.03339E-06, 10.69594), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4037606, 0.03119642), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.3946)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.03339027E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.6959352 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.403760642 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.03119642 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.3945961 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.03339027E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.6959352 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.403760642 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.03119642 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.3945961 + } + ] + } + ] + } + ] + } + }, + "Label": "†", + "hasCustomLabel": false, + "LabelId": 70 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.3946, 17.47693), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.03339E-06, 10.69594), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4037606, 0.03119642), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.3946)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 17.3945961, + "Item2": 17.4769325 + }, + "s_type": "FunctionCallFact", + "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.03339E-06, 10.69594), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4037606, 0.03119642), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.3946)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.3945961 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.4769325 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.03339027E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.6959352 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.403760642 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.03119642 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.3945961 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "‡", + "hasCustomLabel": false, + "LabelId": 71 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.230379E-06, 10.6985), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3230869, 0.02495714), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.47692)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.23037875E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.6985035 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.323086917 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0249571353 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.476923 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.23037875E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.6985035 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.323086917 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0249571353 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.476923 + } + ] + } + ] + } + ] + } + }, + "Label": "ˆ", + "hasCustomLabel": false, + "LabelId": 72 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.47692, 17.54281), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.230379E-06, 10.6985), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3230869, 0.02495714), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.47692)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 17.476923, + "Item2": 17.5428123 + }, + "s_type": "FunctionCallFact", + "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.230379E-06, 10.6985), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3230869, 0.02495714), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.47692)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.476923 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.5428123 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.23037875E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.6985035 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.323086917 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0249571353 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.476923 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "‰", + "hasCustomLabel": false, + "LabelId": 73 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.584989E-06, 10.70015), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.258548, 0.01996571), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.5428)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.58498949E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7001476 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.258548 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0199657083 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.5428028 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.58498949E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7001476 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.258548 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0199657083 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.5428028 + } + ] + } + ] + } + ] + } + }, + "Label": "Š", + "hasCustomLabel": false, + "LabelId": 74 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.5428, 17.59553), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.584989E-06, 10.70015), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.258548, 0.01996571), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.5428)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 17.5428028, + "Item2": 17.5955334 + }, + "s_type": "FunctionCallFact", + "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.584989E-06, 10.70015), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.258548, 0.01996571), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.5428)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.5428028 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.5955334 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.58498949E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7001476 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.258548 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0199657083 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.5428028 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "‹", + "hasCustomLabel": false, + "LabelId": 75 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.068678E-06, 10.7012), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2069168, 0.01597257), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.59552)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.068678E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7012005 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.206916839 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0159725677 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.5955238 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.068678E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7012005 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.206916839 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0159725677 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.5955238 + } + ] + } + ] + } + ] + } + }, + "Label": "ÂŒ", + "hasCustomLabel": false, + "LabelId": 76 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.59552, 17.63773), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.068678E-06, 10.7012), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2069168, 0.01597257), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.59552)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 17.5955238, + "Item2": 17.6377277 + }, + "s_type": "FunctionCallFact", + "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.068678E-06, 10.7012), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2069168, 0.01597257), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.59552)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.5955238 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.6377277 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.068678E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7012005 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.206916839 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0159725677 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.5955238 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "Â", + "hasCustomLabel": false, + "LabelId": 77 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.655629E-06, 10.70187), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1656119, 0.01277805), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.63772)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.65562858E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7018747 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.165611908 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.012778054 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.6377182 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.65562858E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7018747 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.165611908 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.012778054 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.6377182 + } + ] + } + ] + } + ] + } + }, + "Label": "ÂŽ", + "hasCustomLabel": false, + "LabelId": 78 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.63772, 17.6715), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.655629E-06, 10.70187), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1656119, 0.01277805), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.63772)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 17.6377182, + "Item2": 17.6715012 + }, + "s_type": "FunctionCallFact", + "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, 1.655629E-06, 10.70187), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1656119, 0.01277805), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.63772)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.6377182 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.6715012 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.65562858E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7018747 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.165611908 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.012778054 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.6377182 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "Â", + "hasCustomLabel": false, + "LabelId": 79 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324724E-06, 10.70231), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.132568, 0.01022244), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.67149)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.3247236E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7023067 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.132567972 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0102224434 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.6714916 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.3247236E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7023067 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.132567972 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0102224434 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.6714916 + } + ] + } + ] + } + ] + } + }, + "Label": "Â", + "hasCustomLabel": false, + "LabelId": 80 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.67149, 17.69854), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324724E-06, 10.70231), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.132568, 0.01022244), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.67149)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 17.6714916, + "Item2": 17.6985378 + }, + "s_type": "FunctionCallFact", + "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, 1.324724E-06, 10.70231), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.132568, 0.01022244), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.67149)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.6714916 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.6985378 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.3247236E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7023067 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.132567972 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0102224434 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.6714916 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "‘", + "hasCustomLabel": false, + "LabelId": 81 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.060837E-06, 10.70258), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1061328, 0.008177955), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.69853)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.06083723E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7025833 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.106132768 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.008177955 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.6985283 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.06083723E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7025833 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.106132768 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.008177955 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.6985283 + } + ] + } + ] + } + ] + } + }, + "Label": "Â’", + "hasCustomLabel": false, + "LabelId": 82 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.69853, 17.72019), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.060837E-06, 10.70258), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1061328, 0.008177955), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.69853)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 17.6985283, + "Item2": 17.7201862 + }, + "s_type": "FunctionCallFact", + "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, 1.060837E-06, 10.70258), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1061328, 0.008177955), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.69853)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.6985283 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.7201862 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.06083723E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7025833 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.106132768 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.008177955 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.6985283 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "“", + "hasCustomLabel": false, + "LabelId": 83 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.49123E-07, 10.70276), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08498463, 0.006542364), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.72018)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.49122955E-07 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7027607 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.08498463 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.00654236367 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.7201767 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.49122955E-07 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7027607 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.08498463 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.00654236367 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.7201767 + } + ] + } + ] + } + ] + } + }, + "Label": "”", + "hasCustomLabel": false, + "LabelId": 84 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.72018, 17.73752), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.49123E-07, 10.70276), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08498463, 0.006542364), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.72018)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 17.7201767, + "Item2": 17.7375221 + }, + "s_type": "FunctionCallFact", + "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, 8.49123E-07, 10.70276), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08498463, 0.006542364), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.72018)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.7201767 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.7375221 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.49122955E-07 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7027607 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.08498463 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.00654236367 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.7201767 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "•", + "hasCustomLabel": false, + "LabelId": 85 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.800538E-07, 10.70287), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06806608, 0.005233891), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.73751)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.800538E-07 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7028742 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0680660754 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.005233891 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.7375126 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.800538E-07 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7028742 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0680660754 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.005233891 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.7375126 + } + ] + } + ] + } + ] + } + }, + "Label": "–", + "hasCustomLabel": false, + "LabelId": 86 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.73751, 17.75141), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.800538E-07, 10.70287), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06806608, 0.005233891), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.73751)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 17.7375126, + "Item2": 17.75141 + }, + "s_type": "FunctionCallFact", + "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, 6.800538E-07, 10.70287), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06806608, 0.005233891), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.73751)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.7375126 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.75141 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.800538E-07 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7028742 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0680660754 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.005233891 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.7375126 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "—", + "hasCustomLabel": false, + "LabelId": 87 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.448217E-07, 10.70295), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05453122, 0.004187113), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.7514)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.4482166E-07 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7029467 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0545312166 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.00418711267 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.7514 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.4482166E-07 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7029467 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0545312166 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.00418711267 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.7514 + } + ] + } + ] + } + ] + } + }, + "Label": "˜", + "hasCustomLabel": false, + "LabelId": 88 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(17.7514, 17.76254), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.448217E-07, 10.70295), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05453122, 0.004187113), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.7514)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 17.7514, + "Item2": 17.762537 + }, + "s_type": "FunctionCallFact", + "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, 5.448217E-07, 10.70295), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05453122, 0.004187113), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(17.7514)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.7514 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.762537 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.4482166E-07 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.7029467 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0545312166 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.00418711267 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 17.7514 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "™", + "hasCustomLabel": false, + "LabelId": 89 + } + }, + "name": null, + "path": null + }, + "solution_approches": [], + "AllowedScrolls": [ + "http://mathhub.info/FrameIT/frameworld?WBouncingScroll" + ], + "AllowedGadgets": null, + "name": "CanonBall 2D", + "path": null +} \ No newline at end of file diff --git a/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 2D.JSON.meta b/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 2D.JSON.meta new file mode 100644 index 00000000..5cd09979 --- /dev/null +++ b/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 2D.JSON.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2932a986640f1c542bde9b273b7fa97b +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 3D.JSON b/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 3D.JSON new file mode 100644 index 00000000..83a9ec63 --- /dev/null +++ b/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 3D.JSON @@ -0,0 +1,22835 @@ +{ + "category": "CanonBall", + "number": 2, + "description": "CanonBall 3D Test", + "scene": "RiverWorld", + "use_install_folder": true, + "solution": { + "ValidationSet": [], + "ExposedSolutionFacts": [ + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact161", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact162", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact163", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact164", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact169", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact170", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact171", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact176", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact177", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact178", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact183", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact184", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact185", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact186", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact187", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact188", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact189", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact190", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact191", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact192", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact193", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact194", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact195", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact196", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact197", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact198", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact199", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact200", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact205", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact206", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact207", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact212", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact213", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact214", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact219", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact220", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact221", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact226", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact227", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact228", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact233", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact234", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact235", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact240", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact241", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact242", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1E-05, 0.2860328), [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), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2860228, 0.5200639), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403079, 16.41841, 11.76398), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.924, 14.82811, -12.77051), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2860228)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5200539, 1.378993), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.321449, 19.6199, 8.775176), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.1392, -10.02582, -10.21641), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.5200539)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.378983, 1.681127), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.017825, 7.389571, 8.173129E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.51136, -14.76153, 8.173129), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.378983)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.681117, 1.839926), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.776611, 2.481855, 2.469301), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.009088, -1.427282, -15.54984), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.681117)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.839916, 2.299212), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.095668, 2.13149, 0.0001243987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.607271, -2.388081, 12.43987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.839916)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.299202, 3.423573), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.833878, 5.526812E-05, 5.713683), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.285817, 5.514941, 9.9519), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(2.299202)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.423563, 3.764802), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.279611, 4.411982E-05, 16.90329), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.028653, 4.412031, 7.96152), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.423563)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.764792, 4.296639), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.630627, 0.934442, 19.61994), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.8229226, 0.8516521, -6.369216), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.764792)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.296629, 5.008685), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.068295, 3.480565E-05, 16.2325), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.6583381, 3.492535, -5.095373), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.296629)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.008675, 5.57834), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.537067, 2.770216E-05, 12.60432), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5266705, 2.794107, -4.076298), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.008675)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.57833, 6.034081), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.837091, 2.235314E-05, 10.28221), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4213364, 2.235363, -3.261039), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.57833)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.034071, 6.398692), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.02912, 1.800241E-05, 8.79599), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.3370691, 1.788369, -2.608831), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.034071)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.398682, 6.690399), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.15202, 1.430725E-05, 7.844759), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2696553, 1.430775, -2.087065), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.398682)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.690389, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.23068, 1.144649E-05, 7.235931), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2157243, 1.144698, -1.669652), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.690389)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 9.15788E-06, 6.846248), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1725794, 0.915837, -1.335721), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 1.830693E-06, 6.846238), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1380635, -0.7326696, -1.068577), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 7.69156E-06, 6.846229), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1104508, 0.5861357, -0.8548617), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.001984E-06, 6.846222), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.08836066, -0.4689085, -0.6838894), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.752762E-06, 6.846217), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.07068853, 0.3751268, -0.5471115), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.751257E-06, 6.846213), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.05655083, -0.3001015, -0.4376892), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.151578E-06, 6.84621), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04524066, 0.2400812, -0.3501514), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.230438E-06, 6.846207), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.03619253, -0.192065, -0.2801211), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.766467E-06, 6.846204), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02895403, 0.153652, -0.2240969), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.536761E-06, 6.846202), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02316322, -0.1229216, -0.1792775), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.519642E-06, 6.846201), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01853058, 0.09833726, -0.143422), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.732454E-06, 6.8462), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01482446, -0.07866981, -0.1147376), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.361322E-06, 6.846199), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01185957, 0.06293585, -0.0917901), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.857344E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.009487656, -0.05034868, -0.07343208), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.259643E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.007590125, 0.04027895, -0.05874566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.936921E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0060721, -0.03222316, -0.04699653), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})", + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.194215E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.00485768, 0.02577853, -0.03759722), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})" + ], + "ImmutableFacts": [], + "WorkflowGadgetDict": { + "-1": null + }, + "MetaInf": { + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact161": { + "workflow_id": 0, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact162": { + "workflow_id": 1, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact163": { + "workflow_id": 2, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact164": { + "workflow_id": 3, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact165": { + "workflow_id": 4, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact166": { + "workflow_id": 5, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact167": { + "workflow_id": 6, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact168": { + "workflow_id": 7, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact169": { + "workflow_id": 8, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact170": { + "workflow_id": 9, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact171": { + "workflow_id": 10, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact172": { + "workflow_id": 11, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact173": { + "workflow_id": 12, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact174": { + "workflow_id": 13, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact175": { + "workflow_id": 14, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact176": { + "workflow_id": 15, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact177": { + "workflow_id": 16, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact178": { + "workflow_id": 17, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact179": { + "workflow_id": 18, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact180": { + "workflow_id": 19, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact181": { + "workflow_id": 20, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact182": { + "workflow_id": 21, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact183": { + "workflow_id": 22, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact184": { + "workflow_id": 23, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact185": { + "workflow_id": 24, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact186": { + "workflow_id": 25, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact187": { + "workflow_id": 26, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact188": { + "workflow_id": 27, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact189": { + "workflow_id": 28, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact190": { + "workflow_id": 29, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact191": { + "workflow_id": 30, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact192": { + "workflow_id": 31, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact193": { + "workflow_id": 32, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact194": { + "workflow_id": 33, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact195": { + "workflow_id": 34, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact196": { + "workflow_id": 35, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact197": { + "workflow_id": 36, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact198": { + "workflow_id": 37, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact199": { + "workflow_id": 38, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact200": { + "workflow_id": 39, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact201": { + "workflow_id": 40, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact202": { + "workflow_id": 41, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact203": { + "workflow_id": 42, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact204": { + "workflow_id": 43, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact205": { + "workflow_id": 44, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact206": { + "workflow_id": 45, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact207": { + "workflow_id": 46, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact208": { + "workflow_id": 47, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact209": { + "workflow_id": 48, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact210": { + "workflow_id": 49, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact211": { + "workflow_id": 50, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact212": { + "workflow_id": 51, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact213": { + "workflow_id": 52, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact214": { + "workflow_id": 53, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact215": { + "workflow_id": 54, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact216": { + "workflow_id": 55, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact217": { + "workflow_id": 56, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact218": { + "workflow_id": 57, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact219": { + "workflow_id": 58, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact220": { + "workflow_id": 59, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact221": { + "workflow_id": 60, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact222": { + "workflow_id": 61, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact223": { + "workflow_id": 62, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact224": { + "workflow_id": 63, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact225": { + "workflow_id": 64, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact226": { + "workflow_id": 65, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact227": { + "workflow_id": 66, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact228": { + "workflow_id": 67, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact229": { + "workflow_id": 68, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact230": { + "workflow_id": 69, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact231": { + "workflow_id": 70, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact232": { + "workflow_id": 71, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact233": { + "workflow_id": 72, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact234": { + "workflow_id": 73, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact235": { + "workflow_id": 74, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact236": { + "workflow_id": 75, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact237": { + "workflow_id": 76, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact238": { + "workflow_id": 77, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact239": { + "workflow_id": 78, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact240": { + "workflow_id": 79, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact241": { + "workflow_id": 80, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact242": { + "workflow_id": 81, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact243": { + "workflow_id": 82, + "active": true, + "isImmutable": false + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact244": { + "workflow_id": 83, + "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": 84, + "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), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}": { + "workflow_id": 85, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1E-05, 0.2860328), [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), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 86, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403079, 16.41841, 11.76398), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.924, 14.82811, -12.77051), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2860228)))}": { + "workflow_id": 87, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2860228, 0.5200639), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403079, 16.41841, 11.76398), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.924, 14.82811, -12.77051), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2860228)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 88, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.321449, 19.6199, 8.775176), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.1392, -10.02582, -10.21641), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.5200539)))}": { + "workflow_id": 89, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5200539, 1.378993), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.321449, 19.6199, 8.775176), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.1392, -10.02582, -10.21641), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.5200539)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 90, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.017825, 7.389571, 8.173129E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.51136, -14.76153, 8.173129), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.378983)))}": { + "workflow_id": 91, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.378983, 1.681127), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.017825, 7.389571, 8.173129E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.51136, -14.76153, 8.173129), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.378983)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 92, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.776611, 2.481855, 2.469301), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.009088, -1.427282, -15.54984), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.681117)))}": { + "workflow_id": 93, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.681117, 1.839926), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.776611, 2.481855, 2.469301), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.009088, -1.427282, -15.54984), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.681117)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 94, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.095668, 2.13149, 0.0001243987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.607271, -2.388081, 12.43987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.839916)))}": { + "workflow_id": 95, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.839916, 2.299212), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.095668, 2.13149, 0.0001243987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.607271, -2.388081, 12.43987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.839916)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 96, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.833878, 5.526812E-05, 5.713683), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.285817, 5.514941, 9.9519), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(2.299202)))}": { + "workflow_id": 97, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.299202, 3.423573), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.833878, 5.526812E-05, 5.713683), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.285817, 5.514941, 9.9519), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(2.299202)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 98, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.279611, 4.411982E-05, 16.90329), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.028653, 4.412031, 7.96152), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.423563)))}": { + "workflow_id": 99, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.423563, 3.764802), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.279611, 4.411982E-05, 16.90329), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.028653, 4.412031, 7.96152), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.423563)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 100, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.630627, 0.934442, 19.61994), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.8229226, 0.8516521, -6.369216), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.764792)))}": { + "workflow_id": 101, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.764792, 4.296639), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.630627, 0.934442, 19.61994), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.8229226, 0.8516521, -6.369216), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.764792)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 102, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.068295, 3.480565E-05, 16.2325), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.6583381, 3.492535, -5.095373), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.296629)))}": { + "workflow_id": 103, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.296629, 5.008685), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.068295, 3.480565E-05, 16.2325), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.6583381, 3.492535, -5.095373), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.296629)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 104, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.537067, 2.770216E-05, 12.60432), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5266705, 2.794107, -4.076298), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.008675)))}": { + "workflow_id": 105, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.008675, 5.57834), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.537067, 2.770216E-05, 12.60432), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5266705, 2.794107, -4.076298), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.008675)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 106, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.837091, 2.235314E-05, 10.28221), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4213364, 2.235363, -3.261039), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.57833)))}": { + "workflow_id": 107, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.57833, 6.034081), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.837091, 2.235314E-05, 10.28221), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4213364, 2.235363, -3.261039), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.57833)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 108, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.02912, 1.800241E-05, 8.79599), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.3370691, 1.788369, -2.608831), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.034071)))}": { + "workflow_id": 109, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.034071, 6.398692), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.02912, 1.800241E-05, 8.79599), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.3370691, 1.788369, -2.608831), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.034071)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 110, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.15202, 1.430725E-05, 7.844759), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2696553, 1.430775, -2.087065), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.398682)))}": { + "workflow_id": 111, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.398682, 6.690399), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.15202, 1.430725E-05, 7.844759), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2696553, 1.430775, -2.087065), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.398682)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 112, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.23068, 1.144649E-05, 7.235931), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2157243, 1.144698, -1.669652), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.690389)))}": { + "workflow_id": 113, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.690389, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.23068, 1.144649E-05, 7.235931), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2157243, 1.144698, -1.669652), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.690389)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 114, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 9.15788E-06, 6.846248), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1725794, 0.915837, -1.335721), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "workflow_id": 115, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 9.15788E-06, 6.846248), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1725794, 0.915837, -1.335721), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 116, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 1.830693E-06, 6.846238), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1380635, -0.7326696, -1.068577), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "workflow_id": 117, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 1.830693E-06, 6.846238), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1380635, -0.7326696, -1.068577), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 118, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 7.69156E-06, 6.846229), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1104508, 0.5861357, -0.8548617), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "workflow_id": 119, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 7.69156E-06, 6.846229), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1104508, 0.5861357, -0.8548617), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 120, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.001984E-06, 6.846222), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.08836066, -0.4689085, -0.6838894), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "workflow_id": 121, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.001984E-06, 6.846222), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.08836066, -0.4689085, -0.6838894), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 122, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.752762E-06, 6.846217), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.07068853, 0.3751268, -0.5471115), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "workflow_id": 123, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.752762E-06, 6.846217), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.07068853, 0.3751268, -0.5471115), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 124, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.751257E-06, 6.846213), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.05655083, -0.3001015, -0.4376892), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "workflow_id": 125, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.751257E-06, 6.846213), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.05655083, -0.3001015, -0.4376892), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 126, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.151578E-06, 6.84621), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04524066, 0.2400812, -0.3501514), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "workflow_id": 127, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.151578E-06, 6.84621), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04524066, 0.2400812, -0.3501514), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 128, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.230438E-06, 6.846207), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.03619253, -0.192065, -0.2801211), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "workflow_id": 129, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.230438E-06, 6.846207), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.03619253, -0.192065, -0.2801211), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 130, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.766467E-06, 6.846204), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02895403, 0.153652, -0.2240969), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "workflow_id": 131, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.766467E-06, 6.846204), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02895403, 0.153652, -0.2240969), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 132, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.536761E-06, 6.846202), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02316322, -0.1229216, -0.1792775), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "workflow_id": 133, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.536761E-06, 6.846202), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02316322, -0.1229216, -0.1792775), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 134, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.519642E-06, 6.846201), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01853058, 0.09833726, -0.143422), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "workflow_id": 135, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.519642E-06, 6.846201), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01853058, 0.09833726, -0.143422), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 136, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.732454E-06, 6.8462), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01482446, -0.07866981, -0.1147376), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "workflow_id": 137, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.732454E-06, 6.8462), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01482446, -0.07866981, -0.1147376), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 138, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.361322E-06, 6.846199), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01185957, 0.06293585, -0.0917901), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "workflow_id": 139, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.361322E-06, 6.846199), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01185957, 0.06293585, -0.0917901), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 140, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.857344E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.009487656, -0.05034868, -0.07343208), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "workflow_id": 141, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.857344E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.009487656, -0.05034868, -0.07343208), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 142, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.259643E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.007590125, 0.04027895, -0.05874566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "workflow_id": 143, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.259643E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.007590125, 0.04027895, -0.05874566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 144, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.936921E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0060721, -0.03222316, -0.04699653), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "workflow_id": 145, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.936921E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0060721, -0.03222316, -0.04699653), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 146, + "active": true, + "isImmutable": false + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.194215E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.00485768, 0.02577853, -0.03759722), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "workflow_id": 147, + "active": true, + "isImmutable": false + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.194215E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.00485768, 0.02577853, -0.03759722), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": 148, + "active": true, + "isImmutable": false + } + }, + "Workflow": [ + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact161", + "samestep": false, + "steplink": 1, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact162", + "samestep": false, + "steplink": 2, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact163", + "samestep": false, + "steplink": 3, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact164", + "samestep": false, + "steplink": 4, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact165", + "samestep": false, + "steplink": 5, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact166", + "samestep": false, + "steplink": 6, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact167", + "samestep": false, + "steplink": 7, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact168", + "samestep": false, + "steplink": 11, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact169", + "samestep": true, + "steplink": 7, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact170", + "samestep": true, + "steplink": 7, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact171", + "samestep": true, + "steplink": 7, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact172", + "samestep": false, + "steplink": 12, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact173", + "samestep": false, + "steplink": 13, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact174", + "samestep": false, + "steplink": 14, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact175", + "samestep": false, + "steplink": 18, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact176", + "samestep": true, + "steplink": 14, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact177", + "samestep": true, + "steplink": 14, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact178", + "samestep": true, + "steplink": 14, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact179", + "samestep": false, + "steplink": 19, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact180", + "samestep": false, + "steplink": 20, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact181", + "samestep": false, + "steplink": 21, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact182", + "samestep": false, + "steplink": 40, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact183", + "samestep": true, + "steplink": 21, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact184", + "samestep": true, + "steplink": 21, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact185", + "samestep": true, + "steplink": 21, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact186", + "samestep": true, + "steplink": 21, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact187", + "samestep": true, + "steplink": 21, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact188", + "samestep": true, + "steplink": 21, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact189", + "samestep": true, + "steplink": 21, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact190", + "samestep": true, + "steplink": 21, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact191", + "samestep": true, + "steplink": 21, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact192", + "samestep": true, + "steplink": 21, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact193", + "samestep": true, + "steplink": 21, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact194", + "samestep": true, + "steplink": 21, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact195", + "samestep": true, + "steplink": 21, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact196", + "samestep": true, + "steplink": 21, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact197", + "samestep": true, + "steplink": 21, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact198", + "samestep": true, + "steplink": 21, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact199", + "samestep": true, + "steplink": 21, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact200", + "samestep": true, + "steplink": 21, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact201", + "samestep": false, + "steplink": 41, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact202", + "samestep": false, + "steplink": 42, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact203", + "samestep": false, + "steplink": 43, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact204", + "samestep": false, + "steplink": 47, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact205", + "samestep": true, + "steplink": 43, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact206", + "samestep": true, + "steplink": 43, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact207", + "samestep": true, + "steplink": 43, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact208", + "samestep": false, + "steplink": 48, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact209", + "samestep": false, + "steplink": 49, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact210", + "samestep": false, + "steplink": 50, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact211", + "samestep": false, + "steplink": 54, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact212", + "samestep": true, + "steplink": 50, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact213", + "samestep": true, + "steplink": 50, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact214", + "samestep": true, + "steplink": 50, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact215", + "samestep": false, + "steplink": 55, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact216", + "samestep": false, + "steplink": 56, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact217", + "samestep": false, + "steplink": 57, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact218", + "samestep": false, + "steplink": 61, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact219", + "samestep": true, + "steplink": 57, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact220", + "samestep": true, + "steplink": 57, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact221", + "samestep": true, + "steplink": 57, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact222", + "samestep": false, + "steplink": 62, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact223", + "samestep": false, + "steplink": 63, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact224", + "samestep": false, + "steplink": 64, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact225", + "samestep": false, + "steplink": 68, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact226", + "samestep": true, + "steplink": 64, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact227", + "samestep": true, + "steplink": 64, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact228", + "samestep": true, + "steplink": 64, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact229", + "samestep": false, + "steplink": 69, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact230", + "samestep": false, + "steplink": 70, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact231", + "samestep": false, + "steplink": 71, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact232", + "samestep": false, + "steplink": 75, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact233", + "samestep": true, + "steplink": 71, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact234", + "samestep": true, + "steplink": 71, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact235", + "samestep": true, + "steplink": 71, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact236", + "samestep": false, + "steplink": 76, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact237", + "samestep": false, + "steplink": 77, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact238", + "samestep": false, + "steplink": 78, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact239", + "samestep": false, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact240", + "samestep": true, + "steplink": 78, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact241", + "samestep": true, + "steplink": 78, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact242", + "samestep": true, + "steplink": 78, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact243", + "samestep": true, + "steplink": 78, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact244", + "samestep": true, + "steplink": 78, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "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": 149, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "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), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1E-05, 0.2860328), [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), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403079, 16.41841, 11.76398), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.924, 14.82811, -12.77051), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2860228)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2860228, 0.5200639), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403079, 16.41841, 11.76398), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.924, 14.82811, -12.77051), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2860228)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.321449, 19.6199, 8.775176), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.1392, -10.02582, -10.21641), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.5200539)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5200539, 1.378993), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.321449, 19.6199, 8.775176), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.1392, -10.02582, -10.21641), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.5200539)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.017825, 7.389571, 8.173129E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.51136, -14.76153, 8.173129), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.378983)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.378983, 1.681127), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.017825, 7.389571, 8.173129E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.51136, -14.76153, 8.173129), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.378983)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.776611, 2.481855, 2.469301), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.009088, -1.427282, -15.54984), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.681117)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.681117, 1.839926), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.776611, 2.481855, 2.469301), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.009088, -1.427282, -15.54984), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.681117)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.095668, 2.13149, 0.0001243987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.607271, -2.388081, 12.43987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.839916)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.839916, 2.299212), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.095668, 2.13149, 0.0001243987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.607271, -2.388081, 12.43987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.839916)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.833878, 5.526812E-05, 5.713683), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.285817, 5.514941, 9.9519), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(2.299202)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.299202, 3.423573), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.833878, 5.526812E-05, 5.713683), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.285817, 5.514941, 9.9519), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(2.299202)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.279611, 4.411982E-05, 16.90329), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.028653, 4.412031, 7.96152), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.423563)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.423563, 3.764802), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.279611, 4.411982E-05, 16.90329), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.028653, 4.412031, 7.96152), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.423563)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.630627, 0.934442, 19.61994), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.8229226, 0.8516521, -6.369216), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.764792)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.764792, 4.296639), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.630627, 0.934442, 19.61994), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.8229226, 0.8516521, -6.369216), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.764792)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.068295, 3.480565E-05, 16.2325), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.6583381, 3.492535, -5.095373), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.296629)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.296629, 5.008685), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.068295, 3.480565E-05, 16.2325), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.6583381, 3.492535, -5.095373), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.296629)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.537067, 2.770216E-05, 12.60432), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5266705, 2.794107, -4.076298), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.008675)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.008675, 5.57834), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.537067, 2.770216E-05, 12.60432), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5266705, 2.794107, -4.076298), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.008675)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.837091, 2.235314E-05, 10.28221), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4213364, 2.235363, -3.261039), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.57833)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.57833, 6.034081), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.837091, 2.235314E-05, 10.28221), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4213364, 2.235363, -3.261039), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.57833)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.02912, 1.800241E-05, 8.79599), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.3370691, 1.788369, -2.608831), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.034071)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.034071, 6.398692), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.02912, 1.800241E-05, 8.79599), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.3370691, 1.788369, -2.608831), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.034071)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.15202, 1.430725E-05, 7.844759), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2696553, 1.430775, -2.087065), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.398682)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.398682, 6.690399), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.15202, 1.430725E-05, 7.844759), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2696553, 1.430775, -2.087065), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.398682)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.23068, 1.144649E-05, 7.235931), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2157243, 1.144698, -1.669652), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.690389)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.690389, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.23068, 1.144649E-05, 7.235931), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2157243, 1.144698, -1.669652), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.690389)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 9.15788E-06, 6.846248), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1725794, 0.915837, -1.335721), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 9.15788E-06, 6.846248), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1725794, 0.915837, -1.335721), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 1.830693E-06, 6.846238), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1380635, -0.7326696, -1.068577), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 1.830693E-06, 6.846238), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1380635, -0.7326696, -1.068577), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 7.69156E-06, 6.846229), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1104508, 0.5861357, -0.8548617), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 7.69156E-06, 6.846229), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1104508, 0.5861357, -0.8548617), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.001984E-06, 6.846222), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.08836066, -0.4689085, -0.6838894), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.001984E-06, 6.846222), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.08836066, -0.4689085, -0.6838894), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.752762E-06, 6.846217), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.07068853, 0.3751268, -0.5471115), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.752762E-06, 6.846217), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.07068853, 0.3751268, -0.5471115), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.751257E-06, 6.846213), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.05655083, -0.3001015, -0.4376892), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.751257E-06, 6.846213), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.05655083, -0.3001015, -0.4376892), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.151578E-06, 6.84621), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04524066, 0.2400812, -0.3501514), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.151578E-06, 6.84621), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04524066, 0.2400812, -0.3501514), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.230438E-06, 6.846207), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.03619253, -0.192065, -0.2801211), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.230438E-06, 6.846207), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.03619253, -0.192065, -0.2801211), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.766467E-06, 6.846204), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02895403, 0.153652, -0.2240969), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.766467E-06, 6.846204), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02895403, 0.153652, -0.2240969), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.536761E-06, 6.846202), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02316322, -0.1229216, -0.1792775), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.536761E-06, 6.846202), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02316322, -0.1229216, -0.1792775), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.519642E-06, 6.846201), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01853058, 0.09833726, -0.143422), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.519642E-06, 6.846201), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01853058, 0.09833726, -0.143422), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.732454E-06, 6.8462), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01482446, -0.07866981, -0.1147376), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.732454E-06, 6.8462), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01482446, -0.07866981, -0.1147376), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.361322E-06, 6.846199), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01185957, 0.06293585, -0.0917901), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.361322E-06, 6.846199), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01185957, 0.06293585, -0.0917901), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.857344E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.009487656, -0.05034868, -0.07343208), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.857344E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.009487656, -0.05034868, -0.07343208), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.259643E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.007590125, 0.04027895, -0.05874566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.259643E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.007590125, 0.04027895, -0.05874566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.936921E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0060721, -0.03222316, -0.04699653), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.936921E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0060721, -0.03222316, -0.04699653), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.194215E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.00485768, 0.02577853, -0.03759722), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "samestep": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + }, + { + "Id": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.194215E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.00485768, 0.02577853, -0.03759722), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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": true, + "steplink": 84, + "creation": true, + "gadget_rank": -1, + "scroll_label": null, + "GadgetFlow": [], + "GadgetTime": 3.6307486000005156 + } + ], + "marker": 149, + "worksteps": 41, + "backlog": 0, + "soft_resetted": false, + "invoke": true, + "MaxLabelId": 84, + "UnusedLabelIds": [], + "JsonFactSpace": { + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact161": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact161" + }, + "Label": "A", + "hasCustomLabel": false, + "LabelId": 1 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact162": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact162" + }, + "Label": "B", + "hasCustomLabel": false, + "LabelId": 2 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact163": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact163" + }, + "Label": "C", + "hasCustomLabel": false, + "LabelId": 3 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact164": { + "value": 0.8, + "s_type": "RealLitFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact164" + }, + "Label": "D", + "hasCustomLabel": false, + "LabelId": 4 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact165": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact165" + }, + "Label": "E", + "hasCustomLabel": false, + "LabelId": 5 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact166": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact166" + }, + "Label": "F", + "hasCustomLabel": false, + "LabelId": 6 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact167": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact167" + }, + "Label": "G", + "hasCustomLabel": false, + "LabelId": 7 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact168": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact168" + }, + "Label": "H", + "hasCustomLabel": false, + "LabelId": 8 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact169": { + "Pids": [ + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact165", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact166", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact167", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact168" + ], + "s_type": "QuadFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact169" + }, + "Label": "I", + "hasCustomLabel": false, + "LabelId": 9 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact170": { + "Verticies": [ + { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "magnitude": 0.0, + "sqrMagnitude": 0.0 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact170" + }, + "Label": "J", + "hasCustomLabel": false, + "LabelId": 10 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact171": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "magnitude": 0.0, + "sqrMagnitude": 0.0 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact171" + }, + "Label": "K", + "hasCustomLabel": false, + "LabelId": 11 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact172": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact172" + }, + "Label": "L", + "hasCustomLabel": false, + "LabelId": 12 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact173": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact173" + }, + "Label": "M", + "hasCustomLabel": false, + "LabelId": 13 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact174": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact174" + }, + "Label": "N", + "hasCustomLabel": false, + "LabelId": 14 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact175": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact175" + }, + "Label": "O", + "hasCustomLabel": false, + "LabelId": 15 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact176": { + "Pids": [ + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact172", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact173", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact174", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact175" + ], + "s_type": "QuadFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact176" + }, + "Label": "P", + "hasCustomLabel": false, + "LabelId": 16 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact177": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact177" + }, + "Label": "Q", + "hasCustomLabel": false, + "LabelId": 17 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact178": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact178" + }, + "Label": "R", + "hasCustomLabel": false, + "LabelId": 18 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact179": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact179" + }, + "Label": "S", + "hasCustomLabel": false, + "LabelId": 19 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact180": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact180" + }, + "Label": "T", + "hasCustomLabel": false, + "LabelId": 20 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact181": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact181" + }, + "Label": "U", + "hasCustomLabel": false, + "LabelId": 21 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact182": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact182" + }, + "Label": "V", + "hasCustomLabel": false, + "LabelId": 22 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact183": { + "Pids": [ + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact179", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact180", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact181", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact182" + ], + "s_type": "QuadFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact183" + }, + "Label": "W", + "hasCustomLabel": false, + "LabelId": 23 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact184": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact184" + }, + "Label": "X", + "hasCustomLabel": false, + "LabelId": 24 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact185": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact185" + }, + "Label": "Y", + "hasCustomLabel": false, + "LabelId": 25 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact186": { + "Pids": [ + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact165", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact168", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact175", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact172" + ], + "s_type": "QuadFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact186" + }, + "Label": "Z", + "hasCustomLabel": false, + "LabelId": 26 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact187": { + "Verticies": [ + { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "magnitude": 0.0, + "sqrMagnitude": 0.0 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact187" + }, + "Label": "[", + "hasCustomLabel": false, + "LabelId": 27 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact188": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "magnitude": 0.0, + "sqrMagnitude": 0.0 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact188" + }, + "Label": "\\", + "hasCustomLabel": false, + "LabelId": 28 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact189": { + "Pids": [ + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact166", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact167", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact174", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact173" + ], + "s_type": "QuadFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact189" + }, + "Label": "]", + "hasCustomLabel": false, + "LabelId": 29 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact190": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact190" + }, + "Label": "^", + "hasCustomLabel": false, + "LabelId": 30 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact191": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact191" + }, + "Label": "_", + "hasCustomLabel": false, + "LabelId": 31 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact192": { + "Pids": [ + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact168", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact167", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact174", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact175" + ], + "s_type": "QuadFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact192" + }, + "Label": "`", + "hasCustomLabel": false, + "LabelId": 32 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact193": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact193" + }, + "Label": "a", + "hasCustomLabel": false, + "LabelId": 33 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact194": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact194" + }, + "Label": "b", + "hasCustomLabel": false, + "LabelId": 34 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact195": { + "Pids": [ + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact180", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact166", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact173", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact181" + ], + "s_type": "QuadFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact195" + }, + "Label": "c", + "hasCustomLabel": false, + "LabelId": 35 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact196": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact196" + }, + "Label": "d", + "hasCustomLabel": false, + "LabelId": 36 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact197": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact197" + }, + "Label": "e", + "hasCustomLabel": false, + "LabelId": 37 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact198": { + "Pids": [ + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact165", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact179", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact182", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact172" + ], + "s_type": "QuadFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact198" + }, + "Label": "f", + "hasCustomLabel": false, + "LabelId": 38 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact199": { + "Verticies": [ + { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "magnitude": 0.0, + "sqrMagnitude": 0.0 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact199" + }, + "Label": "g", + "hasCustomLabel": false, + "LabelId": 39 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact200": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "magnitude": 0.0, + "sqrMagnitude": 0.0 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact200" + }, + "Label": "h", + "hasCustomLabel": false, + "LabelId": 40 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact201": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact201" + }, + "Label": "i", + "hasCustomLabel": false, + "LabelId": 41 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact202": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact202" + }, + "Label": "j", + "hasCustomLabel": false, + "LabelId": 42 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact203": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact203" + }, + "Label": "k", + "hasCustomLabel": false, + "LabelId": 43 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact204": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact204" + }, + "Label": "l", + "hasCustomLabel": false, + "LabelId": 44 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact205": { + "Pids": [ + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact201", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact202", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact203", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact204" + ], + "s_type": "QuadFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact205" + }, + "Label": "m", + "hasCustomLabel": false, + "LabelId": 45 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact206": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact206" + }, + "Label": "n", + "hasCustomLabel": false, + "LabelId": 46 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact207": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact207" + }, + "Label": "o", + "hasCustomLabel": false, + "LabelId": 47 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact208": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact208" + }, + "Label": "p", + "hasCustomLabel": false, + "LabelId": 48 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact209": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact209" + }, + "Label": "q", + "hasCustomLabel": false, + "LabelId": 49 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact210": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact210" + }, + "Label": "r", + "hasCustomLabel": false, + "LabelId": 50 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact211": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact211" + }, + "Label": "s", + "hasCustomLabel": false, + "LabelId": 51 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact212": { + "Pids": [ + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact208", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact209", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact210", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact211" + ], + "s_type": "QuadFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact212" + }, + "Label": "t", + "hasCustomLabel": false, + "LabelId": 52 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact213": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact213" + }, + "Label": "u", + "hasCustomLabel": false, + "LabelId": 53 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact214": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact214" + }, + "Label": "v", + "hasCustomLabel": false, + "LabelId": 54 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact215": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact215" + }, + "Label": "w", + "hasCustomLabel": false, + "LabelId": 55 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact216": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact216" + }, + "Label": "x", + "hasCustomLabel": false, + "LabelId": 56 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact217": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact217" + }, + "Label": "y", + "hasCustomLabel": false, + "LabelId": 57 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact218": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact218" + }, + "Label": "z", + "hasCustomLabel": false, + "LabelId": 58 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact219": { + "Pids": [ + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact215", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact216", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact217", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact218" + ], + "s_type": "QuadFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact219" + }, + "Label": "{", + "hasCustomLabel": false, + "LabelId": 59 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact220": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact220" + }, + "Label": "|", + "hasCustomLabel": false, + "LabelId": 60 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact221": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact221" + }, + "Label": "}", + "hasCustomLabel": false, + "LabelId": 61 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact222": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact222" + }, + "Label": "~", + "hasCustomLabel": false, + "LabelId": 62 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact223": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact223" + }, + "Label": "", + "hasCustomLabel": false, + "LabelId": 63 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact224": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact224" + }, + "Label": "€", + "hasCustomLabel": false, + "LabelId": 64 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact225": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact225" + }, + "Label": "Â", + "hasCustomLabel": false, + "LabelId": 65 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact226": { + "Pids": [ + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact222", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact223", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact224", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact225" + ], + "s_type": "QuadFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact226" + }, + "Label": "‚", + "hasCustomLabel": false, + "LabelId": 66 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact227": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact227" + }, + "Label": "ƒ", + "hasCustomLabel": false, + "LabelId": 67 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact228": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact228" + }, + "Label": "„", + "hasCustomLabel": false, + "LabelId": 68 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact229": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact229" + }, + "Label": "\u0085", + "hasCustomLabel": false, + "LabelId": 69 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact230": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact230" + }, + "Label": "†", + "hasCustomLabel": false, + "LabelId": 70 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact231": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact231" + }, + "Label": "‡", + "hasCustomLabel": false, + "LabelId": 71 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact232": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact232" + }, + "Label": "ˆ", + "hasCustomLabel": false, + "LabelId": 72 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact233": { + "Pids": [ + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact229", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact230", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact231", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact232" + ], + "s_type": "QuadFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact233" + }, + "Label": "‰", + "hasCustomLabel": false, + "LabelId": 73 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact234": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact234" + }, + "Label": "Š", + "hasCustomLabel": false, + "LabelId": 74 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact235": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact235" + }, + "Label": "‹", + "hasCustomLabel": false, + "LabelId": 75 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact236": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact236" + }, + "Label": "ÂŒ", + "hasCustomLabel": false, + "LabelId": 76 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact237": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact237" + }, + "Label": "Â", + "hasCustomLabel": false, + "LabelId": 77 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact238": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact238" + }, + "Label": "ÂŽ", + "hasCustomLabel": false, + "LabelId": 78 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact239": { + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact239" + }, + "Label": "Â", + "hasCustomLabel": false, + "LabelId": 79 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact240": { + "Pids": [ + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact236", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact237", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact238", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact239" + ], + "s_type": "QuadFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact240" + }, + "Label": "Â", + "hasCustomLabel": false, + "LabelId": 80 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact241": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact241" + }, + "Label": "‘", + "hasCustomLabel": false, + "LabelId": 81 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact242": { + "Verticies": [ + { + "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 + }, + { + "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 + }, + { + "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 + } + ], + "s_type": "TriangleFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact242" + }, + "Label": "Â’", + "hasCustomLabel": false, + "LabelId": 82 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact243": { + "lids": [ + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact170", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact171", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact177", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact178", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact184", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact185", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact187", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact188", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact190", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact191", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact193", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact194", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact196", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact197", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact199", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact200", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact206", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact207", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact213", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact214", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact220", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact221", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact227", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact228", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact234", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact235", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact241", + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact242" + ], + "payload": [ + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact170" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact171" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact177" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact178" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact184" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact185" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact187" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact188" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact190" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact191" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact193" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact194" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact196" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact197" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact199" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact200" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact206" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact207" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact213" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact214" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact220" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact221" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact227" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact228" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact234" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact235" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact241" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact242" + } + ], + "ListType": { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Datatypes?ListSymbols?ListType" + }, + "arguments": [ + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?Triangles?wall" + } + ] + }, + "s_type": "ListFact", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact243" + }, + "Label": "“", + "hasCustomLabel": false, + "LabelId": 83 + }, + "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact244": { + "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?fact165" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact166" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact167" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact168" + } + ] + }, + { + "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?fact172" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact173" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact174" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact175" + } + ] + }, + { + "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?fact179" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact180" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact181" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact182" + } + ] + }, + { + "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?fact165" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact168" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact175" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact172" + } + ] + }, + { + "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?fact166" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact167" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact174" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact173" + } + ] + }, + { + "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?fact168" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact167" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact174" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact175" + } + ] + }, + { + "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?fact180" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact166" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact173" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact181" + } + ] + }, + { + "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?fact165" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact179" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact182" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact172" + } + ] + }, + { + "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?fact201" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact202" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact203" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact204" + } + ] + }, + { + "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?fact208" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact209" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact210" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact211" + } + ] + }, + { + "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?fact215" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact216" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact217" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact218" + } + ] + }, + { + "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?fact222" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact223" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact224" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact225" + } + ] + }, + { + "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?fact229" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact230" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact231" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact232" + } + ] + }, + { + "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?fact236" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact237" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact238" + }, + { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact239" + } + ] + } + ], + "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", + "ServerDefinition": { + "kind": "OMS", + "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact244" + }, + "Label": "”", + "hasCustomLabel": false, + "LabelId": 84 + }, + "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, 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", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + }, + "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(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), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.90499951E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 14.7150736 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 18.63876 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.90499973 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.3575 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -24.0345 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1E-05 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.90499951E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 14.7150736 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 18.63876 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.90499973 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.3575 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -24.0345 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1E-05 + } + ] + } + ] + } + ] + } + }, + "Label": "•", + "hasCustomLabel": false, + "LabelId": 85 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1E-05, 0.2860328), [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), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": -1E-05, + "Item2": 0.286032766 + }, + "s_type": "FunctionCallFact", + "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), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(-1E-05)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.286032766 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.90499951E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 14.7150736 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 18.63876 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.90499973 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.3575 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -24.0345 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1E-05 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "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.403079, 16.41841, 11.76398), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.924, 14.82811, -12.77051), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2860228)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.40307891 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.4184074 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 11.7639771 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.92399979 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 14.8281145 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -12.7705145 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.286022753 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.40307891 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.4184074 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 11.7639771 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.92399979 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 14.8281145 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -12.7705145 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.286022753 + } + ] + } + ] + } + ] + } + }, + "Label": "—", + "hasCustomLabel": false, + "LabelId": 87 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2860228, 0.5200639), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403079, 16.41841, 11.76398), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.924, 14.82811, -12.77051), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2860228)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 0.286022753, + "Item2": 0.520063937 + }, + "s_type": "FunctionCallFact", + "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.403079, 16.41841, 11.76398), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.924, 14.82811, -12.77051), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.2860228)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.286022753 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.520063937 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.40307891 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.4184074 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 11.7639771 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.92399979 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 14.8281145 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -12.7705145 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.286022753 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "˜", + "hasCustomLabel": false, + "LabelId": 88 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.321449, 19.6199, 8.775176), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.1392, -10.02582, -10.21641), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.5200539)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.3214488 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 19.6198978 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.775176 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.1392 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -10.025815 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -10.2164116 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.5200539 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.3214488 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 19.6198978 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.775176 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.1392 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -10.025815 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -10.2164116 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.5200539 + } + ] + } + ] + } + ] + } + }, + "Label": "™", + "hasCustomLabel": false, + "LabelId": 89 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5200539, 1.378993), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.321449, 19.6199, 8.775176), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.1392, -10.02582, -10.21641), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.5200539)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 0.5200539, + "Item2": 1.37899327 + }, + "s_type": "FunctionCallFact", + "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(2.321449, 19.6199, 8.775176), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.1392, -10.02582, -10.21641), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(0.5200539)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.5200539 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.37899327 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.3214488 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 19.6198978 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.775176 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.1392 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -10.025815 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -10.2164116 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.5200539 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "š", + "hasCustomLabel": false, + "LabelId": 90 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.017825, 7.389571, 8.173129E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.51136, -14.76153, 8.173129), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.378983)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.017825 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.389571 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.173129E-05 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.51136 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -14.76153 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.173129 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.37898326 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.017825 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.389571 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.173129E-05 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.51136 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -14.76153 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.173129 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.37898326 + } + ] + } + ] + } + ] + } + }, + "Label": "›", + "hasCustomLabel": false, + "LabelId": 91 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.378983, 1.681127), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.017825, 7.389571, 8.173129E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.51136, -14.76153, 8.173129), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.378983)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 1.37898326, + "Item2": 1.68112659 + }, + "s_type": "FunctionCallFact", + "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(5.017825, 7.389571, 8.173129E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.51136, -14.76153, 8.173129), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.378983)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.37898326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.68112659 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.017825 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.389571 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.173129E-05 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.51136 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -14.76153 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.173129 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.37898326 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "Âœ", + "hasCustomLabel": false, + "LabelId": 92 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.776611, 2.481855, 2.469301), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.009088, -1.427282, -15.54984), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.681117)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.776611 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.48185515 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.46930146 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.00908828 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1.42728221 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -15.5498428 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.68111658 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.776611 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.48185515 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.46930146 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.00908828 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1.42728221 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -15.5498428 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.68111658 + } + ] + } + ] + } + ] + } + }, + "Label": "Â", + "hasCustomLabel": false, + "LabelId": 93 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.681117, 1.839926), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.776611, 2.481855, 2.469301), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.009088, -1.427282, -15.54984), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.681117)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 1.68111658, + "Item2": 1.83992577 + }, + "s_type": "FunctionCallFact", + "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(5.776611, 2.481855, 2.469301), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.009088, -1.427282, -15.54984), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.681117)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.68111658 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.83992577 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.776611 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.48185515 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.46930146 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.00908828 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1.42728221 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -15.5498428 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.68111658 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "ž", + "hasCustomLabel": false, + "LabelId": 94 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.095668, 2.13149, 0.0001243987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.607271, -2.388081, 12.43987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.839916)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.09566832 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.13149 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.00012439875 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.6072706 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -2.38808131 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 12.4398746 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.83991575 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.09566832 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.13149 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.00012439875 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.6072706 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -2.38808131 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 12.4398746 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.83991575 + } + ] + } + ] + } + ] + } + }, + "Label": "Ÿ", + "hasCustomLabel": false, + "LabelId": 95 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.839916, 2.299212), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.095668, 2.13149, 0.0001243987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.607271, -2.388081, 12.43987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.839916)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 1.83991575, + "Item2": 2.29921174 + }, + "s_type": "FunctionCallFact", + "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(6.095668, 2.13149, 0.0001243987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.607271, -2.388081, 12.43987), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(1.839916)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.83991575 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.29921174 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.09566832 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.13149 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.00012439875 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.6072706 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -2.38808131 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 12.4398746 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.83991575 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": " ", + "hasCustomLabel": false, + "LabelId": 96 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.833878, 5.526812E-05, 5.713683), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.285817, 5.514941, 9.9519), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(2.299202)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.833878 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.52681231E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.713683 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.28581655 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.51494074 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.9519 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.29920173 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.833878 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.52681231E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.713683 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.28581655 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.51494074 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.9519 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.29920173 + } + ] + } + ] + } + ] + } + }, + "Label": "¡", + "hasCustomLabel": false, + "LabelId": 97 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(2.299202, 3.423573), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.833878, 5.526812E-05, 5.713683), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.285817, 5.514941, 9.9519), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(2.299202)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 2.29920173, + "Item2": 3.42357254 + }, + "s_type": "FunctionCallFact", + "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(6.833878, 5.526812E-05, 5.713683), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.285817, 5.514941, 9.9519), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(2.299202)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.29920173 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.42357254 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.833878 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.52681231E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.713683 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.28581655 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.51494074 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.9519 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.29920173 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "¢", + "hasCustomLabel": false, + "LabelId": 98 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.279611, 4.411982E-05, 16.90329), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.028653, 4.412031, 7.96152), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.423563)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.279611 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.411982E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.90329 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.02865326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.412031 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.96151972 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.42356253 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.279611 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.411982E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.90329 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.02865326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.412031 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.96151972 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.42356253 + } + ] + } + ] + } + ] + } + }, + "Label": "£", + "hasCustomLabel": false, + "LabelId": 99 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.423563, 3.764802), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.279611, 4.411982E-05, 16.90329), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.028653, 4.412031, 7.96152), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.423563)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 3.42356253, + "Item2": 3.76480246 + }, + "s_type": "FunctionCallFact", + "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(8.279611, 4.411982E-05, 16.90329), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.028653, 4.412031, 7.96152), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.423563)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.42356253 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.76480246 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.279611 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.411982E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.90329 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.02865326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.412031 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.96151972 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.42356253 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "¤", + "hasCustomLabel": false, + "LabelId": 100 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.630627, 0.934442, 19.61994), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.8229226, 0.8516521, -6.369216), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.764792)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.630627 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.934442043 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 19.619936 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.822922647 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.851652145 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -6.369216 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.76479244 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.630627 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.934442043 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 19.619936 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.822922647 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.851652145 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -6.369216 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.76479244 + } + ] + } + ] + } + ] + } + }, + "Label": "Â¥", + "hasCustomLabel": false, + "LabelId": 101 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.764792, 4.296639), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(8.630627, 0.934442, 19.61994), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.8229226, 0.8516521, -6.369216), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.764792)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 3.76479244, + "Item2": 4.29663944 + }, + "s_type": "FunctionCallFact", + "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(8.630627, 0.934442, 19.61994), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.8229226, 0.8516521, -6.369216), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(3.764792)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.76479244 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.29663944 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.630627 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.934442043 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 19.619936 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.822922647 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.851652145 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -6.369216 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.76479244 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "¦", + "hasCustomLabel": false, + "LabelId": 102 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.068295, 3.480565E-05, 16.2325), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.6583381, 3.492535, -5.095373), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.296629)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.068295 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.480565E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.2325 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.6583381 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.492535 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -5.09537268 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.29662943 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.068295 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.480565E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.2325 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.6583381 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.492535 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -5.09537268 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.29662943 + } + ] + } + ] + } + ] + } + }, + "Label": "§", + "hasCustomLabel": false, + "LabelId": 103 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.296629, 5.008685), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.068295, 3.480565E-05, 16.2325), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.6583381, 3.492535, -5.095373), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.296629)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 4.29662943, + "Item2": 5.008685 + }, + "s_type": "FunctionCallFact", + "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(9.068295, 3.480565E-05, 16.2325), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.6583381, 3.492535, -5.095373), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(4.296629)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.29662943 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.008685 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.068295 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.480565E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 16.2325 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.6583381 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.492535 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -5.09537268 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.29662943 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "¨", + "hasCustomLabel": false, + "LabelId": 104 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.537067, 2.770216E-05, 12.60432), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5266705, 2.794107, -4.076298), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.008675)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.537067 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.77021572E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 12.6043205 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.5266705 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.79410672 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -4.076298 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.008675 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.537067 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.77021572E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 12.6043205 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.5266705 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.79410672 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -4.076298 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.008675 + } + ] + } + ] + } + ] + } + }, + "Label": "©", + "hasCustomLabel": false, + "LabelId": 105 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.008675, 5.57834), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.537067, 2.770216E-05, 12.60432), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5266705, 2.794107, -4.076298), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.008675)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 5.008675, + "Item2": 5.57833958 + }, + "s_type": "FunctionCallFact", + "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(9.537067, 2.770216E-05, 12.60432), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.5266705, 2.794107, -4.076298), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.008675)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.008675 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.57833958 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.537067 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.77021572E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 12.6043205 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.5266705 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.79410672 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -4.076298 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.008675 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "ª", + "hasCustomLabel": false, + "LabelId": 106 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.837091, 2.235314E-05, 10.28221), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4213364, 2.235363, -3.261039), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.57833)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.837091 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.235314E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2822065 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.4213364 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.23536325 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -3.26103854 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.57832956 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.837091 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.235314E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2822065 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.4213364 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.23536325 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -3.26103854 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.57832956 + } + ] + } + ] + } + ] + } + }, + "Label": "«", + "hasCustomLabel": false, + "LabelId": 107 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(5.57833, 6.034081), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(9.837091, 2.235314E-05, 10.28221), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4213364, 2.235363, -3.261039), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.57833)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 5.57832956, + "Item2": 6.034081 + }, + "s_type": "FunctionCallFact", + "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(9.837091, 2.235314E-05, 10.28221), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4213364, 2.235363, -3.261039), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(5.57833)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.57832956 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.034081 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.837091 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.235314E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2822065 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.4213364 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 2.23536325 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -3.26103854 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.57832956 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "¬", + "hasCustomLabel": false, + "LabelId": 108 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.02912, 1.800241E-05, 8.79599), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.3370691, 1.788369, -2.608831), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.034071)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.0291157 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.8002409E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.79599 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.337069124 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.78836918 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -2.608831 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.034071 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.0291157 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.8002409E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.79599 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.337069124 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.78836918 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -2.608831 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.034071 + } + ] + } + ] + } + ] + } + }, + "Label": "Â", + "hasCustomLabel": false, + "LabelId": 109 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.034071, 6.398692), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.02912, 1.800241E-05, 8.79599), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.3370691, 1.788369, -2.608831), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.034071)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 6.034071, + "Item2": 6.398692 + }, + "s_type": "FunctionCallFact", + "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(10.02912, 1.800241E-05, 8.79599), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.3370691, 1.788369, -2.608831), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.034071)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.034071 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.398692 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.0291157 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.8002409E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 8.79599 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.337069124 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.78836918 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -2.608831 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.034071 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "®", + "hasCustomLabel": false, + "LabelId": 110 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.15202, 1.430725E-05, 7.844759), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2696553, 1.430775, -2.087065), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.398682)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.1520176 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.43072548E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.84475946 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.269655317 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.43077457 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -2.08706474 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.398682 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.1520176 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.43072548E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.84475946 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.269655317 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.43077457 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -2.08706474 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.398682 + } + ] + } + ] + } + ] + } + }, + "Label": "¯", + "hasCustomLabel": false, + "LabelId": 111 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.398682, 6.690399), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.15202, 1.430725E-05, 7.844759), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2696553, 1.430775, -2.087065), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.398682)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 6.398682, + "Item2": 6.690399 + }, + "s_type": "FunctionCallFact", + "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(10.15202, 1.430725E-05, 7.844759), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2696553, 1.430775, -2.087065), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.398682)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.398682 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.690399 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.1520176 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.43072548E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.84475946 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.269655317 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.43077457 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -2.08706474 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.398682 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "°", + "hasCustomLabel": false, + "LabelId": 112 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.23068, 1.144649E-05, 7.235931), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2157243, 1.144698, -1.669652), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.690389)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2306795 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.1446492E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.235931 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.21572426 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.14469826 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1.66965187 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.690389 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2306795 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.1446492E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.235931 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.21572426 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.14469826 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1.66965187 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.690389 + } + ] + } + ] + } + ] + } + }, + "Label": "±", + "hasCustomLabel": false, + "LabelId": 113 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.690389, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.23068, 1.144649E-05, 7.235931), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2157243, 1.144698, -1.669652), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.690389)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 6.690389, + "Item2": 6.923783 + }, + "s_type": "FunctionCallFact", + "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(10.23068, 1.144649E-05, 7.235931), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.2157243, 1.144698, -1.669652), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.690389)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.690389 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923783 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2306795 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.1446492E-05 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.235931 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.21572426 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.14469826 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1.66965187 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.690389 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "²", + "hasCustomLabel": false, + "LabelId": 114 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 9.15788E-06, 6.846248), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1725794, 0.915837, -1.335721), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810278 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.1578795E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846248 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.172579408 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.915837 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1.33572149 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810278 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.1578795E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846248 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.172579408 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.915837 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1.33572149 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "Label": "³", + "hasCustomLabel": false, + "LabelId": 115 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 9.15788E-06, 6.846248), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1725794, 0.915837, -1.335721), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 6.923773, + "Item2": 6.923783 + }, + "s_type": "FunctionCallFact", + "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(10.28103, 9.15788E-06, 6.846248), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1725794, 0.915837, -1.335721), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923783 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810278 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 9.1578795E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846248 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.172579408 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.915837 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1.33572149 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "´", + "hasCustomLabel": false, + "LabelId": 116 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 1.830693E-06, 6.846238), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1380635, -0.7326696, -1.068577), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810287 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.83069346E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.84623766 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.138063535 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.7326696 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1.06857717 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810287 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.83069346E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.84623766 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.138063535 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.7326696 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1.06857717 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "Label": "µ", + "hasCustomLabel": false, + "LabelId": 117 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 1.830693E-06, 6.846238), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1380635, -0.7326696, -1.068577), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 6.923773, + "Item2": 6.923783 + }, + "s_type": "FunctionCallFact", + "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(10.28103, 1.830693E-06, 6.846238), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1380635, -0.7326696, -1.068577), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923783 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810287 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 1.83069346E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.84623766 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.138063535 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.7326696 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -1.06857717 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "¶", + "hasCustomLabel": false, + "LabelId": 118 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 7.69156E-06, 6.846229), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1104508, 0.5861357, -0.8548617), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.28103 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.69156E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846229 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.110450827 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.5861357 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.854861736 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.28103 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.69156E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846229 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.110450827 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.5861357 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.854861736 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "Label": "·", + "hasCustomLabel": false, + "LabelId": 119 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 7.69156E-06, 6.846229), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1104508, 0.5861357, -0.8548617), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 6.923773, + "Item2": 6.923783 + }, + "s_type": "FunctionCallFact", + "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(10.28103, 7.69156E-06, 6.846229), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.1104508, 0.5861357, -0.8548617), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923783 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.28103 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 7.69156E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846229 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.110450827 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.5861357 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.854861736 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "¸", + "hasCustomLabel": false, + "LabelId": 120 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.001984E-06, 6.846222), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.08836066, -0.4689085, -0.6838894), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810307 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.0019844E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.8462224 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.08836066 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.468908548 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.6838894 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810307 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.0019844E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.8462224 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.08836066 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.468908548 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.6838894 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "Label": "¹", + "hasCustomLabel": false, + "LabelId": 121 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.001984E-06, 6.846222), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.08836066, -0.4689085, -0.6838894), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 6.923773, + "Item2": 6.923783 + }, + "s_type": "FunctionCallFact", + "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(10.28103, 3.001984E-06, 6.846222), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.08836066, -0.4689085, -0.6838894), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923783 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810307 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.0019844E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.8462224 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.08836066 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.468908548 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.6838894 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "º", + "hasCustomLabel": false, + "LabelId": 122 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.752762E-06, 6.846217), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.07068853, 0.3751268, -0.5471115), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810316 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.752762E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846217 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.07068853 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.375126839 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.5471115 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810316 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.752762E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846217 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.07068853 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.375126839 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.5471115 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "Label": "»", + "hasCustomLabel": false, + "LabelId": 123 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.752762E-06, 6.846217), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.07068853, 0.3751268, -0.5471115), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 6.923773, + "Item2": 6.923783 + }, + "s_type": "FunctionCallFact", + "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(10.28103, 6.752762E-06, 6.846217), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.07068853, 0.3751268, -0.5471115), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923783 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810316 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.752762E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846217 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.07068853 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.375126839 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.5471115 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "¼", + "hasCustomLabel": false, + "LabelId": 124 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.751257E-06, 6.846213), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.05655083, -0.3001015, -0.4376892), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.75125683E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846213 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0565508269 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.3001015 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.437689215 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.75125683E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846213 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0565508269 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.3001015 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.437689215 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "Label": "½", + "hasCustomLabel": false, + "LabelId": 125 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 3.751257E-06, 6.846213), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.05655083, -0.3001015, -0.4376892), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 6.923773, + "Item2": 6.923783 + }, + "s_type": "FunctionCallFact", + "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(10.28103, 3.751257E-06, 6.846213), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.05655083, -0.3001015, -0.4376892), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923783 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 3.75125683E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846213 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0565508269 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.3001015 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.437689215 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "¾", + "hasCustomLabel": false, + "LabelId": 126 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.151578E-06, 6.84621), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04524066, 0.2400812, -0.3501514), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.151578E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.84620953 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.045240663 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.240081191 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.3501514 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.151578E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.84620953 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.045240663 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.240081191 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.3501514 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "Label": "¿", + "hasCustomLabel": false, + "LabelId": 127 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 6.151578E-06, 6.84621), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04524066, 0.2400812, -0.3501514), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 6.923773, + "Item2": 6.923783 + }, + "s_type": "FunctionCallFact", + "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(10.28103, 6.151578E-06, 6.84621), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04524066, 0.2400812, -0.3501514), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923783 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.151578E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.84620953 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.045240663 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.240081191 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.3501514 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "À", + "hasCustomLabel": false, + "LabelId": 128 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.230438E-06, 6.846207), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.03619253, -0.192065, -0.2801211), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.23043775E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.84620667 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0361925326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.192064956 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.280121118 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.23043775E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.84620667 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0361925326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.192064956 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.280121118 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "Label": "Ã", + "hasCustomLabel": false, + "LabelId": 129 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.230438E-06, 6.846207), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.03619253, -0.192065, -0.2801211), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 6.923773, + "Item2": 6.923783 + }, + "s_type": "FunctionCallFact", + "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(10.28103, 4.230438E-06, 6.846207), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.03619253, -0.192065, -0.2801211), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923783 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.23043775E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.84620667 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0361925326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.192064956 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.280121118 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "Â", + "hasCustomLabel": false, + "LabelId": 130 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.766467E-06, 6.846204), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02895403, 0.153652, -0.2240969), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.766467E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.84620428 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0289540272 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.153651968 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.2240969 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.766467E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.84620428 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0289540272 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.153651968 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.2240969 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "Label": "Ã", + "hasCustomLabel": false, + "LabelId": 131 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.766467E-06, 6.846204), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02895403, 0.153652, -0.2240969), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 6.923773, + "Item2": 6.923783 + }, + "s_type": "FunctionCallFact", + "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(10.28103, 5.766467E-06, 6.846204), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02895403, 0.153652, -0.2240969), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923783 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.766467E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.84620428 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0289540272 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.153651968 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.2240969 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "Ä", + "hasCustomLabel": false, + "LabelId": 132 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.536761E-06, 6.846202), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02316322, -0.1229216, -0.1792775), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.53676057E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.84620237 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0231632218 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.122921579 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.179277524 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.53676057E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.84620237 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0231632218 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.122921579 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.179277524 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "Label": "Ã…", + "hasCustomLabel": false, + "LabelId": 133 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.536761E-06, 6.846202), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02316322, -0.1229216, -0.1792775), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 6.923773, + "Item2": 6.923783 + }, + "s_type": "FunctionCallFact", + "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(10.28103, 4.536761E-06, 6.846202), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.02316322, -0.1229216, -0.1792775), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923783 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.53676057E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.84620237 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0231632218 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.122921579 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.179277524 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "Æ", + "hasCustomLabel": false, + "LabelId": 134 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.519642E-06, 6.846201), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01853058, 0.09833726, -0.143422), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.5196424E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846201 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0185305774 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.09833726 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.143422022 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.5196424E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846201 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0185305774 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.09833726 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.143422022 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "Label": "Ç", + "hasCustomLabel": false, + "LabelId": 135 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.519642E-06, 6.846201), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01853058, 0.09833726, -0.143422), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 6.923773, + "Item2": 6.923783 + }, + "s_type": "FunctionCallFact", + "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(10.28103, 5.519642E-06, 6.846201), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01853058, 0.09833726, -0.143422), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923783 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.5196424E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846201 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0185305774 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.09833726 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.143422022 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "È", + "hasCustomLabel": false, + "LabelId": 136 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.732454E-06, 6.8462), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01482446, -0.07866981, -0.1147376), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.732454E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.8462 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0148244621 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.07866981 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.114737622 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.732454E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.8462 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0148244621 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.07866981 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.114737622 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "Label": "É", + "hasCustomLabel": false, + "LabelId": 137 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.732454E-06, 6.8462), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01482446, -0.07866981, -0.1147376), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 6.923773, + "Item2": 6.923783 + }, + "s_type": "FunctionCallFact", + "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(10.28103, 4.732454E-06, 6.8462), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01482446, -0.07866981, -0.1147376), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923783 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.732454E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.8462 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0148244621 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.07866981 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.114737622 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "Ê", + "hasCustomLabel": false, + "LabelId": 138 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.361322E-06, 6.846199), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01185957, 0.06293585, -0.0917901), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.36132166E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846199 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.01185957 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.06293585 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.0917901 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.36132166E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846199 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.01185957 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.06293585 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.0917901 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "Label": "Ë", + "hasCustomLabel": false, + "LabelId": 139 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.361322E-06, 6.846199), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01185957, 0.06293585, -0.0917901), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 6.923773, + "Item2": 6.923783 + }, + "s_type": "FunctionCallFact", + "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(10.28103, 5.361322E-06, 6.846199), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.01185957, 0.06293585, -0.0917901), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923783 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.36132166E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846199 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.01185957 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.06293585 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.0917901 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "ÃŒ", + "hasCustomLabel": false, + "LabelId": 140 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.857344E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.009487656, -0.05034868, -0.07343208), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.85734427E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846198 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.009487656 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.05034868 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.07343208 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.85734427E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846198 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.009487656 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.05034868 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.07343208 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "Label": "Ã", + "hasCustomLabel": false, + "LabelId": 141 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.857344E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.009487656, -0.05034868, -0.07343208), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 6.923773, + "Item2": 6.923783 + }, + "s_type": "FunctionCallFact", + "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(10.28103, 4.857344E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.009487656, -0.05034868, -0.07343208), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923783 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.85734427E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846198 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.009487656 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.05034868 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.07343208 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "ÃŽ", + "hasCustomLabel": false, + "LabelId": 142 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.259643E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.007590125, 0.04027895, -0.05874566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.259643E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.84619761 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.007590125 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0402789451 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.0587456636 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.259643E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.84619761 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.007590125 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0402789451 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.0587456636 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "Label": "Ã", + "hasCustomLabel": false, + "LabelId": 143 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.259643E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.007590125, 0.04027895, -0.05874566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 6.923773, + "Item2": 6.923783 + }, + "s_type": "FunctionCallFact", + "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(10.28103, 5.259643E-06, 6.846198), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.007590125, 0.04027895, -0.05874566), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923783 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.259643E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.84619761 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.007590125 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0402789451 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.0587456636 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "Ã", + "hasCustomLabel": false, + "LabelId": 144 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.936921E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0060721, -0.03222316, -0.04699653), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.9369205E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846197 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0060721 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.0322231576 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.04699653 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.9369205E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846197 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0060721 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.0322231576 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.04699653 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "Label": "Ñ", + "hasCustomLabel": false, + "LabelId": 145 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 4.936921E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0060721, -0.03222316, -0.04699653), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 6.923773, + "Item2": 6.923783 + }, + "s_type": "FunctionCallFact", + "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(10.28103, 4.936921E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0060721, -0.03222316, -0.04699653), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923783 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 4.9369205E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.846197 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0060721 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.0322231576 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.04699653 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "Ã’", + "hasCustomLabel": false, + "LabelId": 146 + }, + "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.194215E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.00485768, 0.02577853, -0.03759722), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}": { + "Function_SOMDoc": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.194215E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.84619665 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.00485768 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0257785264 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.0375972241 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "s_type": "FunctionFact", + "ServerDefinition": { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.194215E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.84619665 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.00485768 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0257785264 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.0375972241 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + "Label": "Ó", + "hasCustomLabel": false, + "LabelId": 147 + }, + "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(6.923773, 6.923783), [t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(10.28103, 5.194215E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.00485768, 0.02577853, -0.03759722), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}, [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))})": { + "Domain": { + "Item1": 6.923773, + "Item2": 6.923783 + }, + "s_type": "FunctionCallFact", + "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(10.28103, 5.194215E-06, 6.846197), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.00485768, 0.02577853, -0.03759722), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(t), http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit(6.923773)))}", + "ServerDefinition": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923783 + } + ] + }, + { + "kind": "FUN", + "params": [ + { + "name": "t", + "type": { + "kind": "OMS", + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 10.2810326 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 5.194215E-06 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.84619665 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.00485768 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0257785264 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -0.0375972241 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": -9.809999 + }, + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 0.0 + } + ] + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit" + }, + "arguments": [ + { + "kind": "VAR", + "name": "t" + }, + { + "kind": "OMA", + "applicant": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit" + }, + "arguments": [ + { + "kind": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 6.923773 + } + ] + } + ] + } + ] + } + }, + { + "kind": "FUN", + "params": [ + { + "name": "Pos", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Vel", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "Acc", + "type": { + "kind": "OMS", + "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point" + } + }, + { + "name": "t", + "type": { + "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": "OMLIT<Single>", + "type": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "value": 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" + } + ] + } + ] + } + ] + } + ] + } + ] + } + } + ] + }, + "Label": "Ô", + "hasCustomLabel": false, + "LabelId": 148 + } + }, + "name": null, + "path": null + }, + "solution_approches": [], + "AllowedScrolls": [ + "http://mathhub.info/FrameIT/frameworld?W3DBouncingScroll", + "http://mathhub.info/FrameIT/frameworld?T3DBouncingScroll" + ], + "AllowedGadgets": null, + "name": "CanonBall 3D", + "path": null +} \ No newline at end of file diff --git a/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 3D.JSON.meta b/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 3D.JSON.meta new file mode 100644 index 00000000..4b2424fa --- /dev/null +++ b/Assets/StreamingAssets/StreamToDataPath_withHandler/Stages/CanonBall 3D.JSON.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bf68c7e4f91226245be6968def3cba3d +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: -- GitLab