向量的非正交分解
2016-11-18 15:19
本范例演示了向量的非正交分解(非垂直分解)过程。通过构建多边形和线段,展示如何将一个目标向量分解为两个不垂直的基向量的线性组合。界面包含交互组件和文本标签,用于动态调整向量分量并实时显示对应的线性组合系数,帮助学习者直观理解向量空间中非正交基底的分解原理与几何意义。
<?xml version="1.0" encoding="utf-8"?>
<geogebra format="5.0" version="5.0.290.0" id="c0396c6b-e424-44c3-9caf-2555629168a6" xsi:noNamespaceSchemaLocation="http://www.geogebra.org/ggb.xsd" xmlns="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
<gui>
<window width="950" height="650" />
<perspectives>
<perspective id="tmp">
<panes>
<pane location="" divider="0.9978947368421053" orientation="1" />
</panes>
<views>
<view id="4" toolbar="0 59 || 2020 , 2021 , 2022 , 66 || 2001 , 2003 , 2002 , 2004 , 2005 || 2040 , 2041 , 2042 , 2044 , 2043" visible="false" inframe="false" stylebar="false" location="1,1" size="300" window="100,100,600,400" />
<view id="8" toolbar="1001 | 1002 | 1003 || 1005 | 1004 || 1006 | 1007 | 1010 | 1011 || 1008 1009 || 6" visible="false" inframe="false" stylebar="false" location="1,3" size="300" window="100,100,600,400" />
<view id="1" visible="true" inframe="false" stylebar="true" location="3" size="948" window="100,100,600,400" />
<view id="2" visible="false" inframe="false" stylebar="true" location="3" size="226" window="100,100,250,400" />
<view id="16" visible="false" inframe="false" stylebar="false" location="1" size="150" window="50,50,500,500" />
<view id="32" visible="false" inframe="false" stylebar="true" location="1" size="150" window="50,50,500,500" />
<view id="64" toolbar="0" visible="false" inframe="true" stylebar="true" location="1" size="150" window="50,50,500,500" />
<view id="128" visible="false" inframe="true" stylebar="false" location="1" size="480" window="50,50,500,500" />
<view id="4097" visible="false" inframe="true" stylebar="true" location="1" size="434" window="817,353,700,543" />
<view id="70" toolbar="0 || 2020 || 2021 || 2022" visible="false" inframe="true" stylebar="true" location="1" size="150" window="50,50,500,500" />
<view id="43" visible="false" inframe="false" stylebar="false" location="1" size="450" window="50,50,500,500" />
<view id="512" toolbar="0 | 1 501 5 19 , 67 | 2 15 45 18 , 7 37 | 514 3 9 , 13 44 , 47 | 16 | 551 550 11 , 20 22 21 23 , 55 56 57 , 12 | 69 | 510 511 , 512 513 | 533 531 , 534 532 , 522 523 , 537 536 , 535 | 521 520 | 36 , 38 49 560 | 571 30 29 570 31 33 | 17 | 540 40 41 42 , 27 28 35 , 6 , 502" visible="false" inframe="false" stylebar="false" location="1" size="300" window="50,50,500,500" />
</views>
<toolbar show="false" items="0 39 59 | 1 501 67 , 5 19 , 72 | 2 15 45 , 18 65 , 7 37 | 4 3 8 9 , 13 44 , 58 , 47 | 16 51 64 , 70 | 10 34 53 11 , 24 20 22 , 21 23 | 55 56 57 , 12 | 36 46 , 38 49 50 , 71 | 30 29 54 32 31 33 | 17 26 62 73 , 14 66 68 | 25 52 60 61 | 40 41 42 , 27 28 35 , 6 ||" position="1" help="false" />
<input show="false" cmd="true" top="false" />
<dockBar show="false" east="false" />
</perspective>
</perspectives>
<labelingStyle val="3"/>
<font size="12"/>
</gui>
<euclidianView>
<viewNumber viewNo="1"/>
<size width="948" height="648"/>
<coordSystem xZero="237.49820149218675" yZero="607.0975005615236" scale="57.95017675781244" yscale="57.95017675781259"/>
<evSettings axes="false" grid="false" gridIsBold="false" pointCapturing="2" rightAngleStyle="1" checkboxSize="26" gridType="0"/>
<bgColor r="255" g="255" b="255"/>
<axesColor r="0" g="0" b="0"/>
<gridColor r="0" g="0" b="0"/>
<lineStyle axes="1" grid="20"/>
<axis id="0" show="false" label="" unitLabel="" tickStyle="1" showNumbers="true"/>
<axis id="1" show="false" label="" unitLabel="" tickStyle="1" showNumbers="true"/>
</euclidianView>
<kernel>
<continuous val="false"/>
<usePathAndRegionParameters val="true"/>
<decimals val="2"/>
<angleUnit val="degree"/>
<algebraStyle val="0" spreadsheet="0"/>
<coordStyle val="0"/>
</kernel>
<scripting blocked="false" disabled="false"/>
<construction title="" author="" date="">
<element type="point" label="V">
<show object="true" label="false" ev="4"/>
<objColor r="0" g="0" b="255" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<animation step="0.1" speed="1" type="1" playing="false"/>
<coords x="7" y="7" z="1"/>
<pointSize val="5"/>
<pointStyle val="2"/>
</element>
<element type="point" label="O">
<show object="true" label="false" ev="4"/>
<objColor r="0" g="0" b="0" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<animation step="0.1" speed="1" type="1" playing="false"/>
<coords x="5" y="2" z="1"/>
<pointSize val="5"/>
<pointStyle val="2"/>
</element>
<command name="Vector">
<input a0="O" a1="V"/>
<output a0="c"/>
</command>
<element type="vector" label="c">
<show object="true" label="false" ev="4"/>
<objColor r="0" g="0" b="255" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="2" y="5" z="0"/>
<lineStyle thickness="10" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint exp="O"/>
</element>
<element type="point" label="B">
<show object="true" label="false" ev="4"/>
<objColor r="102" g="153" b="0" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<animation step="0.1" speed="1" type="1" playing="false"/>
<coords x="4" y="3" z="1"/>
<pointSize val="5"/>
<pointStyle val="2"/>
</element>
<command name="Vector">
<input a0="O" a1="B"/>
<output a0="b"/>
</command>
<element type="vector" label="b">
<show object="true" label="false" ev="4"/>
<objColor r="51" g="153" b="0" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="-1" y="1" z="0"/>
<lineStyle thickness="10" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint exp="O"/>
</element>
<element type="point" label="A">
<show object="true" label="false" ev="4"/>
<objColor r="255" g="0" b="0" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<animation step="0.1" speed="1" type="1" playing="false"/>
<coords x="7" y="3" z="1"/>
<pointSize val="5"/>
<pointStyle val="2"/>
</element>
<command name="Vector">
<input a0="O" a1="A"/>
<output a0="a"/>
</command>
<element type="vector" label="a">
<show object="true" label="false" ev="4"/>
<objColor r="255" g="0" b="0" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="2" y="1" z="0"/>
<lineStyle thickness="10" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint exp="O"/>
</element>
<expression label="axc" exp="a ⊗ c" />
<element type="numeric" label="axc">
<value val="8"/>
<symbolic val="true" />
<objColor r="0" g="0" b="0" alpha="0.1"/>
</element>
<expression label="axb" exp="a ⊗ b" />
<element type="numeric" label="axb">
<value val="3"/>
<symbolic val="true" />
<objColor r="0" g="0" b="0" alpha="0.1"/>
</element>
<expression label="y1" exp="axc / axb" />
<element type="numeric" label="y1">
<value val="2.6666666666666665"/>
<symbolic val="true" />
<objColor r="0" g="0" b="0" alpha="0.1"/>
</element>
<expression label="cxb" exp="c ⊗ b" />
<element type="numeric" label="cxb">
<value val="7"/>
<objColor r="0" g="0" b="0" alpha="0.1"/>
</element>
<expression label="x1" exp="cxb / axb" />
<element type="numeric" label="x1">
<value val="2.3333333333333335"/>
<symbolic val="true" />
<objColor r="0" g="0" b="0" alpha="0.1"/>
</element>
<expression label="u1" exp="a / Length[a]" type="vector" />
<element type="vector" label="u1">
<show object="false" label="false" ev="4"/>
<objColor r="0" g="0" b="0" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="0.8944271909999159" y="0.4472135954999579" z="0"/>
<lineStyle thickness="3" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
</element>
<expression label="v1" exp="b / Length[b]" type="vector" />
<element type="vector" label="v1">
<show object="false" label="false" ev="4"/>
<objColor r="0" g="0" b="0" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="-0.7071067811865475" y="0.7071067811865475" z="0"/>
<lineStyle thickness="3" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
</element>
<expression label="s" exp="(c * u1)" />
<element type="numeric" label="s">
<value val="4.024922359499621"/>
<objColor r="0" g="0" b="0" alpha="0.1"/>
<selectionAllowed val="false"/>
</element>
<command name="Vector">
<input a0="O" a1="O + (x1 * a)"/>
<output a0="xa"/>
</command>
<element type="vector" label="xa">
<show object="true" label="false" ev="4"/>
<objColor r="255" g="102" b="153" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="4.666666666666668" y="2.333333333333334" z="0"/>
<lineStyle thickness="5" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint exp="O"/>
</element>
<command name="Vector">
<input a0="O" a1="O + (y1 * b)"/>
<output a0="yb"/>
</command>
<element type="vector" label="yb">
<show object="true" label="false" ev="4"/>
<objColor r="102" g="204" b="0" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="-2.6666666666666665" y="2.666666666666666" z="0"/>
<lineStyle thickness="5" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint exp="O"/>
</element>
<expression label="t" exp="(c * v1)" />
<element type="numeric" label="t">
<value val="2.1213203435596424"/>
<objColor r="0" g="0" b="0" alpha="0.1"/>
<selectionAllowed val="false"/>
</element>
<command name="Segment">
<input a0="O + c" a1="O + xa"/>
<output a0="seg1"/>
</command>
<element type="segment" label="seg1">
<show object="true" label="false" ev="4"/>
<objColor r="255" g="127" b="0" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="2.666666666666666" y="2.666666666666668" z="-37.333333333333336"/>
<lineStyle thickness="2" type="10" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
</element>
<command name="Segment">
<input a0="O + c" a1="O + yb"/>
<output a0="seg2"/>
</command>
<element type="segment" label="seg2">
<show object="true" label="false" ev="4"/>
<objColor r="255" g="127" b="0" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="2.333333333333334" y="-4.666666666666666" z="16.33333333333333"/>
<lineStyle thickness="2" type="10" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
</element>
<expression label="txtU" exp=""\vec{a}""/>
<element type="text" label="txtU">
<show object="true" label="false" ev="4"/>
<objColor r="255" g="0" b="0" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<isLaTeX val="true"/>
<font serif="true" sizeM="2" size="12" style="1"/>
<startPoint exp="O + a"/>
<labelOffset x="11" y="-25"/>
</element>
<expression label="txtV" exp=""\vec{c}""/>
<element type="text" label="txtV">
<show object="true" label="false" ev="4"/>
<objColor r="0" g="0" b="255" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<isLaTeX val="true"/>
<font serif="true" sizeM="2" size="12" style="1"/>
<startPoint exp="O + c"/>
<labelOffset x="-6" y="-44"/>
</element>
<expression label="txtW" exp=""\vec{b}""/>
<element type="text" label="txtW">
<show object="true" label="false" ev="4"/>
<objColor r="0" g="100" b="0" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<isLaTeX val="true"/>
<font serif="true" sizeM="2" size="12" style="1"/>
<startPoint exp="O + b"/>
<labelOffset x="-24" y="-35"/>
</element>
<element type="image" label="pic1">
<file name="65fa5a523f4b4eb7a49a1d5451c69200/bullet_star.png"/>
<inBackground val="false"/>
<absoluteScreenLocation x="13" y="274"/> <show object="true" label="false"/>
<objColor r="0" g="0" b="0" alpha="1"/>
<layer val="0"/>
<labelMode val="0"/>
<animation step="1" speed="1" type="0" playing="false"/>
<selectionAllowed val="false"/>
</element>
<expression label="text1" exp=""\vec{a}=" + (LaTeX[LaTeX[(x(a), y(a))]]) + """ />
<element type="text" label="text1">
<show object="true" label="false" ev="8"/>
<objColor r="255" g="0" b="0" alpha="0"/>
<bgColor r="255" g="255" b="255" alpha="255"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<isLaTeX val="true"/>
<font serif="true" sizeM="2" size="12" style="1"/>
<absoluteScreenLocation x="18" y="24"/>
</element>
<command name="LatexFraction">
<input a0="(c * a)" a1="(a * a)" a2="""" a3="""" a4="false"/>
<output a0="latexX"/>
</command>
<element type="text" label="latexX">
<symbolic val="true" />
<show object="false" label="true" ev="8"/>
<objColor r="0" g="0" b="0" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<isLaTeX val="true"/>
<font serif="false" sizeM="1" size="0" style="0"/>
<decimals val="2"/>
<startPoint x="0" y="0" z="1"/>
</element>
<command name="LatexFraction">
<input a0="(c * b)" a1="(a * a)" a2="""" a3="""" a4="false"/>
<output a0="latexY"/>
</command>
<element type="text" label="latexY">
<symbolic val="true" />
<show object="false" label="true" ev="8"/>
<objColor r="0" g="0" b="0" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<isLaTeX val="true"/>
<font serif="false" sizeM="1" size="0" style="0"/>
<decimals val="2"/>
<startPoint x="0" y="0" z="1"/>
</element>
<expression label="v0a" exp="(c * a)" />
<element type="numeric" label="v0a">
<value val="9"/>
<symbolic val="true" />
<objColor r="0" g="0" b="0" alpha="0.1"/>
<selectionAllowed val="false"/>
</element>
<expression label="v0n" exp="(c * b)" />
<element type="numeric" label="v0n">
<value val="3"/>
<symbolic val="true" />
<objColor r="0" g="0" b="0" alpha="0.1"/>
<selectionAllowed val="false"/>
</element>
<expression label="red" exp=""ff0000""/>
<element type="text" label="red">
<symbolic val="true" />
<show object="false" label="false" ev="8"/>
<objColor r="0" g="0" b="0" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<startPoint x="0.24000000000000243" y="4.084999999999999" z="1"/>
</element>
<expression label="blue" exp=""0000ff""/>
<element type="text" label="blue">
<symbolic val="true" />
<show object="false" label="false" ev="8"/>
<objColor r="0" g="0" b="0" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<startPoint x="0.24000000000000243" y="4.084999999999999" z="1"/>
</element>
<element type="boolean" label="showComponents">
<value val="true"/>
<show object="true" label="true"/>
<objColor r="0" g="0" b="0" alpha="0"/>
<layer val="0"/>
<labelOffset x="816" y="77"/>
<labelMode val="0"/>
<checkbox fixed="true"/>
<caption val="顯示分量"/>
</element>
<expression label="text2" exp=""\vec{c}=" + (LaTeX[LaTeX[(x(c), y(c))]]) + """ />
<element type="text" label="text2">
<show object="true" label="false" ev="8"/>
<objColor r="0" g="0" b="255" alpha="0"/>
<bgColor r="255" g="255" b="255" alpha="255"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<isLaTeX val="true"/>
<font serif="true" sizeM="2" size="12" style="1"/>
<absoluteScreenLocation x="19" y="118"/>
</element>
<expression label="txtSU" exp=""" + (LaTeX[LatexFractionCoefficient[cxb, axb, "", "", "\vec{a}", false, false]]) + " "" />
<element type="text" label="txtSU">
<show object="true" label="false" ev="4"/>
<condition showObject="showComponents"/>
<objColor r="0" g="0" b="0" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<isLaTeX val="true"/>
<font serif="true" sizeM="1.4" size="5" style="1"/>
<startPoint exp="O + xa"/>
<labelOffset x="-5" y="1"/>
</element>
<expression label="txtTV" exp=""" + (LaTeX[LatexFractionCoefficient[axc, axb, "", "", "\vec{b}", false, false]]) + " "" />
<element type="text" label="txtTV">
<show object="true" label="false" ev="4"/>
<condition showObject="showComponents"/>
<objColor r="0" g="0" b="0" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<isLaTeX val="true"/>
<font serif="true" sizeM="1.4" size="5" style="1"/>
<startPoint exp="O + yb"/>
<labelOffset x="-61" y="-11"/>
</element>
<expression label="txB2" exp=""\fgcolor{0000ff}{\vec{c}}= " + (LaTeX[LatexFractionCoefficient[cxb, axb, "", "", "\fgcolor{ff0000}{\vec{a}}", false, false]]) + " " + (LaTeX[LatexFractionCoefficient[axc, axb, "", "", "\fgcolor{006600}{\vec{b}}", true, false]]) + """ />
<element type="text" label="txB2">
<show object="true" label="false" ev="8"/>
<condition showObject="showComponents"/>
<objColor r="0" g="0" b="0" alpha="0"/>
<bgColor r="255" g="255" b="255" alpha="255"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<isLaTeX val="true"/>
<font serif="true" sizeM="2" size="12" style="1"/>
<absoluteScreenLocation x="18" y="174"/>
</element>
<expression label="text8" exp=""\vec{b}=" + (LaTeX[LaTeX[(x(b), y(b))]]) + """ />
<element type="text" label="text8">
<show object="true" label="false" ev="8"/>
<objColor r="0" g="100" b="0" alpha="0"/>
<bgColor r="255" g="255" b="255" alpha="255"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<isLaTeX val="true"/>
<font serif="true" sizeM="2" size="12" style="1"/>
<absoluteScreenLocation x="19" y="66"/>
</element>
<expression label="txC" exp=""\fgcolor{0000ff}{\vec{c}}= \left ( \frac{\bgcolor{ffff00}{\fgcolor{0000ff}{\vec{c}}} \times \fgcolor{008800}{\vec{b}} }{ \fgcolor{ff0000}{\vec{a}} \times \fgcolor{009900}{\vec{b}} } \right ) \fgcolor{ff0000}{\vec{a}} + \left ( \frac{ \fgcolor{ff0000}{\vec{a}} \times \bgcolor{ffff00}{\fgcolor{0000ff}{\vec{c}}} }{ \fgcolor{ff0000}{\vec{a}} \times \fgcolor{009900}{\vec{b}} } \right ) \fgcolor{009900}{\vec{b}}""/>
<element type="text" label="txC">
<show object="true" label="false" ev="8"/>
<objColor r="0" g="0" b="0" alpha="0"/>
<bgColor r="255" g="255" b="255" alpha="255"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<isLaTeX val="true"/>
<font serif="true" sizeM="2" size="12" style="1"/>
<absoluteScreenLocation x="269" y="24"/>
</element>
<expression label="text3" exp=""\fgcolor{ff0000}{\vec{a}} \times \fgcolor{0000ff}{\vec{b}}= \left\vert \begin{array}{} " + (LaTeX[x(a)]) + " & " + (LaTeX[y(a)]) + " \\ " + (LaTeX[x(b)]) + " & " + (LaTeX[y(b)]) + " \\ \end{array} \right\vert = " + (LaTeX[axb]) + """ />
<element type="text" label="text3">
<show object="true" label="false" ev="8"/>
<objColor r="0" g="0" b="0" alpha="0"/>
<bgColor r="255" g="255" b="255" alpha="255"/>
<layer val="0"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<isLaTeX val="true"/>
<font serif="true" sizeM="1.4" size="5" style="1"/>
<absoluteScreenLocation x="20" y="273"/>
</element>
<element type="boolean" label="showGrids">
<value val="false"/>
<show object="true" label="true"/>
<objColor r="0" g="0" b="0" alpha="0"/>
<layer val="0"/>
<labelOffset x="816" y="27"/>
<labelMode val="3"/>
<checkbox fixed="true"/>
<ggbscript onUpdate="ShowGrid[showGrids]"/>
<caption val="顯示格線"/>
</element>
<command name="Polygon">
<input a0="O" a1="O + xa" a2="O + c" a3="O + yb"/>
<output a0="poly1" a1="o" a2="f" a3="g" a4="h"/>
</command>
<element type="polygon" label="poly1">
<lineStyle thickness="0" type="0" typeHidden="1"/>
<show object="true" label="false" ev="4"/>
<objColor r="255" g="255" b="153" alpha="0.5"/>
<layer val="0"/>
<labelMode val="0"/>
</element>
<element type="segment" label="o">
<show object="true" label="false"/>
<objColor r="255" g="255" b="153" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<auxiliary val="false"/>
<coords x="-2.333333333333334" y="4.666666666666668" z="2.3333333333333357"/>
<lineStyle thickness="0" type="0" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
</element>
<element type="segment" label="f">
<show object="true" label="false"/>
<objColor r="255" g="255" b="153" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<auxiliary val="false"/>
<coords x="-2.666666666666666" y="-2.666666666666668" z="37.333333333333336"/>
<lineStyle thickness="0" type="0" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
</element>
<element type="segment" label="g">
<show object="true" label="false"/>
<objColor r="255" g="255" b="153" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<auxiliary val="false"/>
<coords x="2.333333333333334" y="-4.666666666666666" z="16.33333333333333"/>
<lineStyle thickness="0" type="0" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
</element>
<element type="segment" label="h">
<show object="true" label="false"/>
<objColor r="255" g="255" b="153" alpha="0"/>
<layer val="0"/>
<labelMode val="0"/>
<auxiliary val="false"/>
<coords x="2.666666666666666" y="2.6666666666666665" z="-18.66666666666666"/>
<lineStyle thickness="0" type="0" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
</element>
</construction>
</geogebra>