// // GeoScript-Datei abbildungskoeffizienten_bestimmen.script // hergestellt mit EUKLID DynaGeo 2.4 // // Figurenbeschreibung // =================== // e[1] = O; point; fixed; 0.0, 0.0; 0;192,192,192;192,192,192;default; e[2] = _xe; point; fixed; 1.0, 0.0; "hidden" e[3] = _ye; point; fixed; 0.0, 1.0; "hidden" e[4] = _KO; point; coordSystem; O, O, _xe, O, _ye, 1000, 1000, 1000, 1000; 0;192,192,192;192,192,192;default; e[5] = xa; line; straightLine; O, _xe;0;0;192,192,192;0; e[6] = ya; line; straightLine; O, _ye;0;0;192,192,192;0; e[7] = A; point; functionDepend; "1", "1"; e[8] = B; point; functionDepend; "5", "1"; e[9] = C; point; functionDepend; "4", "5"; e[10] = s1; line; connect; A, B; "hideLabel" e[11] = s2; line; connect; B, C; "hideLabel" e[12] = s3; line; connect; C, A; "hideLabel" e[13] = N1; polygon; polygon; A, B, C; "hideLabel" e[14] = A'; point; functionDepend; "-2", "1"; e[15] = C'; point; functionDepend; "-8", "5"; e[16] = B'; point; functionDepend; "-10", "1"; e[17] = s4; line; connect; C', B'; "hideLabel" e[18] = s5; line; connect; B', A'; "hideLabel" e[19] = s6; line; connect; A', C'; "hideLabel" e[20] = N2; polygon; polygon; C', B', A'; "hideLabel" e[21] = a1; measure; controller; 0.5, 0.05, -3.000, 3.000, 100, "a1 = ", ""; 0;128,128,128;128,128,128;default; e[22] = a2; measure; controller; 1.0, 0.05, -3.000, 3.000, 100, "a2 = ", ""; 0;128,128,128;128,128,128;default; e[23] = b1; measure; controller; 1.0, 0.05, -3.000, 3.000, 100, "b1 = ", ""; 0;128,128,128;128,128,128;default; e[24] = b2; measure; controller; 1.0, 0.05, -3.000, 3.000, 100, "b2 = ", ""; 0;128,128,128;128,128,128;default; e[25] = u; point; dragable; 1.32292, 3.71740; e[26] = v1; line; vector; O, u; "hideLabel" e[27] = u'; point; functionDepend; "calculate(a1)*coordinateX(u)+calculate(b1)*coordinateY(u)", "calculate(a2)*coordinateX(u)+calculate(b2)*coordinateY(u)"; e[28] = v1'; line; vector; O, u'; "hideLabel" e[29] = c1; measure; coordinates; u,-14.0,11.0,"u = ","",; e[30] = c2; measure; coordinates; u',-14.0,10.0,"u' = ","",; e[31] = m1; measure; button; "Auswertung","evaluate"; // // Antwortanalyse // ============== // MAX_ANSWER = 3 condition[1] = "calculate(a1) = -2" condition[2] = "calculate(a2) = 0" condition[3] = "calculate(b1) = 0" condition[4] = "calculate(b2) = 1" key = "condition[1] AND condition[2] AND condition[3] AND condition[4]" comment[1] = " Right. /n The mapping is a distension parallel to the x-axis /n with the coefficients a1 = -2, a2 = 0, b1 = 0 and b2 = 1." key = "NOT(condition[2] AND condition[4])" comment[1] = " Your answer is not right. /n The mapping is a distension parallel to the x-axis. /n So the y-coordinate stays constant. /n Just try again." comment[2] = " Your answer is not right. /n The mapping is a distension parallel to the x-axis /n with the coefficients a1 = -2, a2 = 0, b1 = 0 and b2 = 1." key = "1" comment[1] = " Your answer is not right. /n Just try again." comment[2] = " Your answer is not right. /n Just try again." comment[3] = " Your answer is not right. /n The mapping is a distension parallel to the x-axis /n with the coefficients a1 = -2, a2 = 0, b1 = 0 and b2 = 1."