math-exercises 3.0.188 → 3.0.190
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/exercises/math/calcul/decimals/decimalFractionToDecimal.d.ts.map +1 -1
- package/lib/exercises/math/calcul/decimals/decimalFractionToDecimal.js +5 -4
- package/lib/exercises/math/calculLitteral/equation/factorizeEquation.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/factorizeEquation.js +9 -8
- package/lib/exercises/math/calculLitteral/equation/isEqualityTrue.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/equation/isEqualityTrue.js +7 -6
- package/lib/exercises/math/dataRepresentations/barChartInterpreting.d.ts.map +1 -1
- package/lib/exercises/math/dataRepresentations/barChartInterpreting.js +5 -4
- package/lib/exercises/math/derivation/derivative/derivativeEquationSolving1.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/derivativeEquationSolving1.js +3 -2
- package/lib/exercises/math/derivation/derivative/derivativeEquationSolving3.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/derivativeEquationSolving3.js +3 -2
- package/lib/exercises/math/derivation/derivative/valueDerivativeFromFunctionExpression.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/valueDerivativeFromFunctionExpression.js +45 -37
- package/lib/exercises/math/derivation/problems/problemMaximizeProfitFindProduction.d.ts.map +1 -1
- package/lib/exercises/math/derivation/problems/problemMaximizeProfitFindProduction.js +3 -2
- package/lib/exercises/math/derivation/problems/problemMovementOnLineFindSpeedAtPoint.d.ts.map +1 -1
- package/lib/exercises/math/derivation/problems/problemMovementOnLineFindSpeedAtPoint.js +3 -2
- package/lib/exercises/math/derivation/tangent/tangentEquationFromFunctionExpression.d.ts.map +1 -1
- package/lib/exercises/math/derivation/tangent/tangentEquationFromFunctionExpression.js +3 -2
- package/lib/exercises/math/derivation/variations/findAbscissaOfExtremaFromFunctionExpression.d.ts.map +1 -1
- package/lib/exercises/math/derivation/variations/findAbscissaOfExtremaFromFunctionExpression.js +4 -3
- package/lib/exercises/math/derivation/variations/findExtremaFromFunctionExpression.d.ts.map +1 -1
- package/lib/exercises/math/derivation/variations/findExtremaFromFunctionExpression.js +20 -64
- package/lib/exercises/math/derivation/variations/plausibleDerivativeGraphFromFunctionGraphByManipulatingPolynomial.d.ts.map +1 -1
- package/lib/exercises/math/derivation/variations/plausibleDerivativeGraphFromFunctionGraphByManipulatingPolynomial.js +3 -2
- package/lib/exercises/math/derivation/variations/plausibleFunctionGraphFromDerivativeGraphByManipulatingPolynomial.d.ts.map +1 -1
- package/lib/exercises/math/derivation/variations/plausibleFunctionGraphFromDerivativeGraphByManipulatingPolynomial.js +3 -2
- package/lib/exercises/math/derivation/variations/signVarTableFromFunctionExpression.d.ts.map +1 -1
- package/lib/exercises/math/derivation/variations/signVarTableFromFunctionExpression.js +4 -3
- package/lib/exercises/math/derivation/variations/signVarTableQuotientFExp.d.ts.map +1 -1
- package/lib/exercises/math/derivation/variations/signVarTableQuotientFExp.js +27 -35
- package/lib/exercises/math/functions/affines/adjustment/affineAdjustment.d.ts +8 -0
- package/lib/exercises/math/functions/affines/adjustment/affineAdjustment.d.ts.map +1 -0
- package/lib/exercises/math/functions/affines/adjustment/affineAdjustment.js +129 -0
- package/lib/exercises/math/functions/affines/adjustment/affineAdjustmentComplete.d.ts +8 -0
- package/lib/exercises/math/functions/affines/adjustment/affineAdjustmentComplete.d.ts.map +1 -0
- package/lib/exercises/math/functions/affines/adjustment/affineAdjustmentComplete.js +108 -0
- package/lib/exercises/math/functions/affines/adjustment/affineAdjustmentRsquared.d.ts +8 -0
- package/lib/exercises/math/functions/affines/adjustment/affineAdjustmentRsquared.d.ts.map +1 -0
- package/lib/exercises/math/functions/affines/adjustment/affineAdjustmentRsquared.js +92 -0
- package/lib/exercises/math/functions/affines/adjustment/index.d.ts +4 -0
- package/lib/exercises/math/functions/affines/adjustment/index.d.ts.map +1 -0
- package/lib/exercises/math/functions/affines/adjustment/index.js +3 -0
- package/lib/exercises/math/functions/affines/coordsOfPointOnAffineFindX.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/coordsOfPointOnAffineFindX.js +8 -6
- package/lib/exercises/math/functions/affines/index.d.ts +2 -4
- package/lib/exercises/math/functions/affines/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/index.js +2 -4
- package/lib/exercises/math/functions/affines/situations/affineFromExercise.d.ts +10 -0
- package/lib/exercises/math/functions/affines/situations/affineFromExercise.d.ts.map +1 -0
- package/lib/exercises/math/functions/affines/situations/affineFromExercise.js +219 -0
- package/lib/exercises/math/functions/affines/situations/affineModelisationSituations.d.ts +10 -0
- package/lib/exercises/math/functions/affines/situations/affineModelisationSituations.d.ts.map +1 -0
- package/lib/exercises/math/functions/affines/situations/affineModelisationSituations.js +69 -0
- package/lib/exercises/math/functions/affines/situations/affineSituationComputeAntecedent.d.ts +10 -0
- package/lib/exercises/math/functions/affines/situations/affineSituationComputeAntecedent.d.ts.map +1 -0
- package/lib/exercises/math/functions/affines/situations/affineSituationComputeAntecedent.js +133 -0
- package/lib/exercises/math/functions/affines/situations/affineSituationComputeImage.d.ts +10 -0
- package/lib/exercises/math/functions/affines/situations/affineSituationComputeImage.d.ts.map +1 -0
- package/lib/exercises/math/functions/affines/situations/affineSituationComputeImage.js +229 -0
- package/lib/exercises/math/functions/affines/situations/affineSituationThreshold.d.ts +10 -0
- package/lib/exercises/math/functions/affines/situations/affineSituationThreshold.d.ts.map +1 -0
- package/lib/exercises/math/functions/affines/situations/affineSituationThreshold.js +166 -0
- package/lib/exercises/math/functions/affines/situations/affineSituationVariation.d.ts +9 -0
- package/lib/exercises/math/functions/affines/situations/affineSituationVariation.d.ts.map +1 -0
- package/lib/exercises/math/functions/affines/situations/affineSituationVariation.js +78 -0
- package/lib/exercises/math/functions/affines/situations/index.d.ts +6 -0
- package/lib/exercises/math/functions/affines/situations/index.d.ts.map +1 -0
- package/lib/exercises/math/functions/affines/situations/index.js +5 -0
- package/lib/exercises/math/functions/exponentials/estimateExponentialFunctionImageFromGeometricScatterplot.d.ts +2 -0
- package/lib/exercises/math/functions/exponentials/estimateExponentialFunctionImageFromGeometricScatterplot.d.ts.map +1 -0
- package/lib/exercises/math/functions/exponentials/estimateExponentialFunctionImageFromGeometricScatterplot.js +155 -0
- package/lib/exercises/math/functions/exponentials/exponentialsRawVariations.d.ts +8 -0
- package/lib/exercises/math/functions/exponentials/exponentialsRawVariations.d.ts.map +1 -0
- package/lib/exercises/math/functions/exponentials/exponentialsRawVariations.js +99 -0
- package/lib/exercises/math/functions/exponentials/index.d.ts +3 -0
- package/lib/exercises/math/functions/exponentials/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/exponentials/index.js +4 -0
- package/lib/exercises/math/functions/exponentials/plausibleExponentialFunctionExpressionFromGraph.d.ts +12 -0
- package/lib/exercises/math/functions/exponentials/plausibleExponentialFunctionExpressionFromGraph.d.ts.map +1 -0
- package/lib/exercises/math/functions/exponentials/plausibleExponentialFunctionExpressionFromGraph.js +138 -0
- package/lib/exercises/math/functions/exponentials/readExponentialFunctionParamsOnGraph.d.ts +8 -0
- package/lib/exercises/math/functions/exponentials/readExponentialFunctionParamsOnGraph.d.ts.map +1 -0
- package/lib/exercises/math/functions/exponentials/readExponentialFunctionParamsOnGraph.js +142 -0
- package/lib/exercises/math/geometry/cartesian/placeAbscissOnSemiLineV2.d.ts.map +1 -1
- package/lib/exercises/math/geometry/cartesian/placeAbscissOnSemiLineV2.js +7 -6
- package/lib/exercises/math/geometry/vectors/scalarProduct/alKashi/scalarProductAlKashiBH.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/scalarProduct/alKashi/scalarProductAlKashiBH.js +3 -2
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductComputeBH.d.ts.map +1 -1
- package/lib/exercises/math/geometry/vectors/scalarProduct/scalarProductComputeBH.js +7 -6
- package/lib/exercises/math/percent/percentToDecimal.d.ts.map +1 -1
- package/lib/exercises/math/percent/percentToDecimal.js +5 -4
- package/lib/exercises/math/probaStat/basicStats/calculateFrequencyInList.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/basicStats/calculateFrequencyInList.js +5 -4
- package/lib/exercises/math/probaStat/probaFromTableWithContext.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/probaFromTableWithContext.js +7 -8
- package/lib/exercises/math/probaStat/randomVariable/index.d.ts +1 -7
- package/lib/exercises/math/probaStat/randomVariable/index.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/randomVariable/index.js +1 -7
- package/lib/exercises/math/probaStat/randomVariable/situations/index.d.ts +8 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/index.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/index.js +7 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituationAverage.d.ts +11 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituationAverage.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituationAverage.js +112 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituationComputeProbability.d.ts +9 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituationComputeProbability.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituationComputeProbability.js +176 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituationIsGameFavorable.d.ts +8 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituationIsGameFavorable.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituationIsGameFavorable.js +94 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituationProbabilityLaw.d.ts +9 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituationProbabilityLaw.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituationProbabilityLaw.js +166 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituationStandardDeviation.d.ts +8 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituationStandardDeviation.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituationStandardDeviation.js +133 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituationValues.d.ts +8 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituationValues.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituationValues.js +211 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituationVariance.d.ts +8 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituationVariance.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituationVariance.js +113 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituations.d.ts +41 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituations.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/randomVariable/situations/randomVariableSituations.js +173 -0
- package/lib/exercises/math/probaStat/stats1var/medianWithList.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/stats1var/medianWithList.js +5 -4
- package/lib/exercises/math/python/list/pyListMutationMix.d.ts.map +1 -1
- package/lib/exercises/math/python/list/pyListMutationMix.js +11 -6
- package/lib/exercises/math/sequences/arithmetic/situations/arithmeticFindRankFromSituation.d.ts.map +1 -1
- package/lib/exercises/math/sequences/arithmetic/situations/arithmeticFindRankFromSituation.js +9 -9
- package/lib/exercises/utils/options/arrayedOptions.d.ts +2 -0
- package/lib/exercises/utils/options/arrayedOptions.d.ts.map +1 -0
- package/lib/exercises/utils/options/arrayedOptions.js +16 -0
- package/lib/index.d.ts +56 -24
- package/lib/index.d.ts.map +1 -1
- package/lib/math/utils/sequences/situations/seqArithmeticSituations.d.ts.map +1 -1
- package/lib/math/utils/sequences/situations/seqArithmeticSituations.js +20 -20
- package/lib/tree/utilities/nodeUtils.d.ts +2 -0
- package/lib/tree/utilities/nodeUtils.d.ts.map +1 -1
- package/lib/tree/utilities/nodeUtils.js +40 -0
- package/package.json +1 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Exercise } from "../../../../../exercises/exercise.js";
|
|
2
|
+
type Identifiers = {
|
|
3
|
+
situationId: string;
|
|
4
|
+
initial: number;
|
|
5
|
+
growth: number;
|
|
6
|
+
x: number;
|
|
7
|
+
};
|
|
8
|
+
export declare const affineSituationComputeImage: Exercise<Identifiers>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=affineSituationComputeImage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"affineSituationComputeImage.d.ts","sourceRoot":"","sources":["../../../../../../src/exercises/math/functions/affines/situations/affineSituationComputeImage.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAeT,MAAM,6BAA6B,CAAC;AASrC,KAAK,WAAW,GAAG;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,CAAC,EAAE,MAAM,CAAC;CACX,CAAC;AAoRF,eAAO,MAAM,2BAA2B,EAAE,QAAQ,CAAC,WAAW,CAqB7D,CAAC"}
|
|
@@ -0,0 +1,229 @@
|
|
|
1
|
+
import { addValidProp, shuffleProps, propWhile, tryToAddWrongProp, } from "../../../../../exercises/exercise.js";
|
|
2
|
+
import { getDistinctQuestions } from "../../../../../exercises/utils/getDistinctQuestions.js";
|
|
3
|
+
import { numberVEA } from "../../../../../exercises/vea/numberVEA.js";
|
|
4
|
+
import { randint } from "../../../../../math/utils/random/randint.js";
|
|
5
|
+
import { add } from "../../../../../tree/nodes/operators/addNode.js";
|
|
6
|
+
import { multiply } from "../../../../../tree/nodes/operators/multiplyNode.js";
|
|
7
|
+
import { handleVEAError } from "../../../../../utils/errors/handleVEAError.js";
|
|
8
|
+
import { affineModelisationSituations } from "./affineModelisationSituations.js";
|
|
9
|
+
const situationsData = [
|
|
10
|
+
{
|
|
11
|
+
id: "plant",
|
|
12
|
+
question: (x) => `Quelle est sa hauteur (en $\\textrm{cm}$) après $${x}$ jours ?`,
|
|
13
|
+
hint: (x) => `Quel calcul permet de trouver la hauteur de la plante au bout de $2$ jours ?
|
|
14
|
+
|
|
15
|
+
Inspire toi de ce calcul pour déterminer la hauteur de la plante au bout de $${x}$ jours.`,
|
|
16
|
+
correction: (initial, growth, answer, x) => `Chaque jour, la plante gagne $${growth.frenchify()}\\ \\textrm{cm}$. Au bout de $${x}$ jours, la plante a donc gagné $${x}\\times ${growth.frenchify()}\\ \\textrm{cm}$.
|
|
17
|
+
|
|
18
|
+
La hauteur initiale de la plante est de $${initial}\\ \\textrm{cm}$.
|
|
19
|
+
|
|
20
|
+
Au bout de $${x}$ jours, la plante a donc une hauteur de :
|
|
21
|
+
|
|
22
|
+
$$
|
|
23
|
+
${add(initial, multiply(x, growth)).toTex()}=${answer}\\ \\textrm{cm}
|
|
24
|
+
$$`,
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
id: "taxi",
|
|
28
|
+
question: (x) => `Quel est le prix payé (en $€$) pour $${x} \\ \\textrm{km}$ parcourus ?`,
|
|
29
|
+
hint: (x) => `Quel calcul permet de trouver le prix payé pour $2$ kilomètres parcourus ?
|
|
30
|
+
|
|
31
|
+
Inspire toi de ce calcul pour déterminer le prix payé pour $${x}$ kilomètres parcourus.
|
|
32
|
+
`,
|
|
33
|
+
correction: (initial, growth, answer, x) => `Pour chaque kilomètre parcouru, le prix augmente de $${growth.frenchify()}\\ €$. Au bout de $${x}$ kilomètres, le prix augmente donc de $${x}\\times ${growth.frenchify()}\\ \\ €$.
|
|
34
|
+
|
|
35
|
+
Le montant fixe initial du trajet est de $${initial}\\ €$.
|
|
36
|
+
|
|
37
|
+
Pour $${x}$ kilomètres parcourus, le prix du trajet est donc de :
|
|
38
|
+
|
|
39
|
+
$$
|
|
40
|
+
${add(initial, multiply(x, growth)).toTex()}=${answer}\\ €
|
|
41
|
+
$$`,
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
id: "elec",
|
|
45
|
+
question: (x) => `Quelle sera la facture (en $€$) pour $${x} \\ \\textrm{kWh}$ consommés ?`,
|
|
46
|
+
hint: (x) => `Quel calcul permet de trouver la facture pour $2$ kWh consommés ?
|
|
47
|
+
|
|
48
|
+
Inspire toi de ce calcul pour déterminer la facture pour $${x}$ kWh consommés.
|
|
49
|
+
`,
|
|
50
|
+
correction: (initial, growth, answer, x) => `Pour chaque kWh consommé, le prix augmente de $${growth.frenchify()}\\ €$.
|
|
51
|
+
Au bout de $${x}$ kWh, le prix augmente donc de $x\\times ${growth.frenchify()}\\ \\ €$.
|
|
52
|
+
|
|
53
|
+
Le montant de l'abonnement fixe est de $${initial}\\ €$.
|
|
54
|
+
|
|
55
|
+
Pour $x$ kWh consommés, la facture sera donc de :
|
|
56
|
+
|
|
57
|
+
$$
|
|
58
|
+
${add(initial, multiply(x, growth)).toTex()}=${answer}\\ €
|
|
59
|
+
$$`,
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
id: "tempKm",
|
|
63
|
+
question: (x) => `Quelle sera la température (en °C) pour $${x}$ centaines de km parcourus vers le Sud ?`,
|
|
64
|
+
hint: (x) => `Quel calcul permet de trouver la température pour $2$ centaines de km parcourus ?
|
|
65
|
+
|
|
66
|
+
Inspire toi de ce calcul pour déterminer la température pour $${x}$ centaines de km parcourus.
|
|
67
|
+
`,
|
|
68
|
+
correction: (initial, growth, answer, x) => `Pour chaque centaine de $\\textrm{km}$ parcourue, la température augmente de $${growth.frenchify()}\\ \\textrm{°C}$.
|
|
69
|
+
Au bout de $${x}$ centaines de km, la température augmente donc de $${x}\\times ${growth.frenchify()}\\ \\textrm{°C}$.
|
|
70
|
+
|
|
71
|
+
Au départ, la température est de $${initial}\\ \\textrm{°C}$.
|
|
72
|
+
|
|
73
|
+
Pour $${x}$ centaines de km parcourus, la température sera donc de :
|
|
74
|
+
|
|
75
|
+
$$
|
|
76
|
+
${add(initial, multiply(x, growth)).toTex()}=${answer}\\ \\textrm{°C}
|
|
77
|
+
$$`,
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
id: "salary",
|
|
81
|
+
question: (x) => `Quel sera son salaire net (en €) quand elle aura $${x}$ années d'ancienneté ?`,
|
|
82
|
+
hint: (x) => `Quel calcul permet de trouver son salaire net pour $2$ années d'ancienneté ?
|
|
83
|
+
|
|
84
|
+
Inspire toi de ce calcul pour déterminer son salaire net pour $${x}$ années d'ancienneté.
|
|
85
|
+
`,
|
|
86
|
+
correction: (initial, growth, answer, x) => `Chaque année, son salaire net augmente de $${growth.frenchify()}\\ €$.
|
|
87
|
+
Au bout de $${x}$ années, son salaire net aura augmenté de $${x}\\times ${growth.frenchify()}\\ €$.
|
|
88
|
+
|
|
89
|
+
Au départ, son salaire net était de $${initial}\\ €$.
|
|
90
|
+
|
|
91
|
+
Pour $${x}$ années d'ancienneté, son salaire net sera donc de :
|
|
92
|
+
|
|
93
|
+
$$
|
|
94
|
+
${add(initial, multiply(x, growth)).toTex()}=${answer}\\ \\textrm{€}
|
|
95
|
+
$$`,
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
id: "scoreGame",
|
|
99
|
+
question: (x) => `Quel sera son score s'il commet $${x}$ erreurs ?`,
|
|
100
|
+
hint: (x) => `Quel calcul permet de trouver son score net pour $2$ erreurs ?
|
|
101
|
+
|
|
102
|
+
Inspire toi de ce calcul pour déterminer son score pour $${x}$ erreurs.
|
|
103
|
+
`,
|
|
104
|
+
correction: (initial, growth, answer, x) => `Pour chaque erreur, son score baisse de $${Math.abs(growth).frenchify()}$ points.
|
|
105
|
+
Au bout de $x$ erreurs, son score aura baissé de $${x}\\times ${Math.abs(growth).frenchify()}$ points.
|
|
106
|
+
|
|
107
|
+
Au départ, son score était de $${initial}$ points.
|
|
108
|
+
|
|
109
|
+
Pour $x$ erreurs, son score sera donc de :
|
|
110
|
+
|
|
111
|
+
$$
|
|
112
|
+
${add(initial, multiply(x, growth)).toTex()}=${answer}
|
|
113
|
+
$$`,
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
id: "company",
|
|
117
|
+
question: (x) => `Quel sera le chiffre d'affaires de l'entreprise au bout de $${x}$ jours ?`,
|
|
118
|
+
hint: (x) => `Quel calcul permet de trouver le chiffre d'affaires de l'entreprise après $2$ jours ?
|
|
119
|
+
|
|
120
|
+
Inspire toi de ce calcul pour déterminer le chiffre d'affaires après $${x}$ jours.
|
|
121
|
+
`,
|
|
122
|
+
correction: (initial, growth, answer, x) => `Chaque jour, l'entreprise perd $${Math.abs(growth).frenchify()} \\ €$ de chiffres d'affaires.
|
|
123
|
+
Au bout de $${x}$ jours, son chiffre d'affaires aura donc réduit de $${x}\\times ${Math.abs(growth).frenchify()}\\ €$.
|
|
124
|
+
|
|
125
|
+
Au départ, l'entreprise faisait un chiffre d'affaires de $${initial}\\ €$.
|
|
126
|
+
|
|
127
|
+
Après $${x}$ jours, l'entreprise aura donc un chiffre d'affaries de :
|
|
128
|
+
|
|
129
|
+
$$
|
|
130
|
+
${add(initial, multiply(x, growth)).toTex()}=${answer}\\ €
|
|
131
|
+
$$`,
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
id: "temp",
|
|
135
|
+
question: (x) => `Quelle sera la température (en $\\textrm{°C}$) au bout de $${x}$ jours ?`,
|
|
136
|
+
hint: (x) => `Quel calcul permet de trouver la température après $2$ jours ?
|
|
137
|
+
|
|
138
|
+
Inspire toi de ce calcul pour déterminer la température après $${x}$ jours.
|
|
139
|
+
`,
|
|
140
|
+
correction: (initial, growth, answer, x) => `Chaque jour, la température baisse de $${Math.abs(growth).frenchify()}\\textrm{°C}$.
|
|
141
|
+
Au bout de $${x}$ jours, la température baissera donc de $${x}\\times ${Math.abs(growth).frenchify()}\\textrm{°C}$.
|
|
142
|
+
|
|
143
|
+
Au départ, la température est de $${initial}\\textrm{°C}$.
|
|
144
|
+
|
|
145
|
+
Après $${x}$ jours, la température sera donc de :
|
|
146
|
+
|
|
147
|
+
$$
|
|
148
|
+
${add(initial, multiply(x, growth)).toTex()}=${answer}\\ \\textrm{°C}
|
|
149
|
+
$$`,
|
|
150
|
+
},
|
|
151
|
+
];
|
|
152
|
+
const getPropositions = (n, { answer }) => {
|
|
153
|
+
const propositions = [];
|
|
154
|
+
addValidProp(propositions, answer);
|
|
155
|
+
propWhile(propositions, n, () => {
|
|
156
|
+
tryToAddWrongProp(propositions, randint(-20, 20).frenchify());
|
|
157
|
+
});
|
|
158
|
+
return shuffleProps(propositions, n);
|
|
159
|
+
};
|
|
160
|
+
const getAnswer = (identifiers) => {
|
|
161
|
+
const { growth, initial, x } = identifiers;
|
|
162
|
+
return add(multiply(growth, x), initial).simplify().toTex();
|
|
163
|
+
};
|
|
164
|
+
const getInstruction = (identifiers) => {
|
|
165
|
+
const { situationId, initial, growth, x } = identifiers;
|
|
166
|
+
const situation = affineModelisationSituations.find((e) => e.id === situationId);
|
|
167
|
+
const situationData = situationsData.find((e) => e.id === situationId);
|
|
168
|
+
return (situation.context(initial, growth) + "\n \n" + situationData.question(x));
|
|
169
|
+
};
|
|
170
|
+
const getHint = (identifiers) => {
|
|
171
|
+
const { situationId, x } = identifiers;
|
|
172
|
+
const situationData = situationsData.find((e) => e.id === situationId);
|
|
173
|
+
return situationData.hint(x);
|
|
174
|
+
};
|
|
175
|
+
const getCorrection = (identifiers) => {
|
|
176
|
+
const { situationId, x, initial, growth } = identifiers;
|
|
177
|
+
const situationData = situationsData.find((e) => e.id === situationId);
|
|
178
|
+
return situationData.correction(initial, growth, getAnswer(identifiers), x);
|
|
179
|
+
};
|
|
180
|
+
const getKeys = () => {
|
|
181
|
+
return [];
|
|
182
|
+
};
|
|
183
|
+
const isAnswerValid = (ans, { answer }) => {
|
|
184
|
+
try {
|
|
185
|
+
return numberVEA(ans, answer);
|
|
186
|
+
}
|
|
187
|
+
catch (err) {
|
|
188
|
+
return handleVEAError(err);
|
|
189
|
+
}
|
|
190
|
+
};
|
|
191
|
+
const getAffineSituationComputeImageQuestion = () => {
|
|
192
|
+
const situation = affineModelisationSituations[randint(0, affineModelisationSituations.length)];
|
|
193
|
+
const identifiers = {
|
|
194
|
+
situationId: situation.id,
|
|
195
|
+
initial: situation.randInitial(),
|
|
196
|
+
growth: situation.randGrowth(),
|
|
197
|
+
x: randint(3, 20),
|
|
198
|
+
};
|
|
199
|
+
return getQuestionFromIdentifiers(identifiers);
|
|
200
|
+
};
|
|
201
|
+
const getQuestionFromIdentifiers = (identifiers) => {
|
|
202
|
+
return {
|
|
203
|
+
answer: getAnswer(identifiers),
|
|
204
|
+
instruction: getInstruction(identifiers),
|
|
205
|
+
keys: getKeys(identifiers),
|
|
206
|
+
answerFormat: "tex",
|
|
207
|
+
identifiers,
|
|
208
|
+
hint: getHint(identifiers),
|
|
209
|
+
correction: getCorrection(identifiers),
|
|
210
|
+
};
|
|
211
|
+
};
|
|
212
|
+
export const affineSituationComputeImage = {
|
|
213
|
+
id: "affineSituationComputeImage",
|
|
214
|
+
connector: "=",
|
|
215
|
+
label: "Calculer une image par une fonction affine décrite par une situation",
|
|
216
|
+
isSingleStep: true,
|
|
217
|
+
generator: (nb, opts) => getDistinctQuestions(() => getAffineSituationComputeImageQuestion(opts), nb),
|
|
218
|
+
qcmTimer: 60,
|
|
219
|
+
freeTimer: 60,
|
|
220
|
+
getPropositions,
|
|
221
|
+
isAnswerValid,
|
|
222
|
+
subject: "Mathématiques",
|
|
223
|
+
getInstruction,
|
|
224
|
+
getHint,
|
|
225
|
+
getCorrection,
|
|
226
|
+
getAnswer,
|
|
227
|
+
getQuestionFromIdentifiers,
|
|
228
|
+
hasHintAndCorrection: true,
|
|
229
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Exercise } from "../../../../../exercises/exercise.js";
|
|
2
|
+
type Identifiers = {
|
|
3
|
+
initial: number;
|
|
4
|
+
growth: number;
|
|
5
|
+
situationId: string;
|
|
6
|
+
threshold: number;
|
|
7
|
+
};
|
|
8
|
+
export declare const affineSituationThreshold: Exercise<Identifiers>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=affineSituationThreshold.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"affineSituationThreshold.d.ts","sourceRoot":"","sources":["../../../../../../src/exercises/math/functions/affines/situations/affineSituationThreshold.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAeT,MAAM,6BAA6B,CAAC;AAcrC,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAiKF,eAAO,MAAM,wBAAwB,EAAE,QAAQ,CAAC,WAAW,CAkB1D,CAAC"}
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
import { addValidProp, shuffleProps, propWhile, tryToAddWrongProp, } from "../../../../../exercises/exercise.js";
|
|
2
|
+
import { getDistinctQuestions } from "../../../../../exercises/utils/getDistinctQuestions.js";
|
|
3
|
+
import { numberVEA } from "../../../../../exercises/vea/numberVEA.js";
|
|
4
|
+
import { randfloat } from "../../../../../math/utils/random/randfloat.js";
|
|
5
|
+
import { randint } from "../../../../../math/utils/random/randint.js";
|
|
6
|
+
import { round } from "../../../../../math/utils/round.js";
|
|
7
|
+
import { add } from "../../../../../tree/nodes/operators/addNode.js";
|
|
8
|
+
import { frac } from "../../../../../tree/nodes/operators/fractionNode.js";
|
|
9
|
+
import { multiply } from "../../../../../tree/nodes/operators/multiplyNode.js";
|
|
10
|
+
import { substract } from "../../../../../tree/nodes/operators/substractNode.js";
|
|
11
|
+
import { handleVEAError } from "../../../../../utils/errors/handleVEAError.js";
|
|
12
|
+
import { alignTex } from "../../../../../utils/latex/alignTex.js";
|
|
13
|
+
import { affineModelisationSituations } from "./affineModelisationSituations.js";
|
|
14
|
+
const getPropositions = (n, { answer }) => {
|
|
15
|
+
const propositions = [];
|
|
16
|
+
addValidProp(propositions, answer);
|
|
17
|
+
propWhile(propositions, n, () => {
|
|
18
|
+
tryToAddWrongProp(propositions, randint(10, 20).frenchify());
|
|
19
|
+
});
|
|
20
|
+
return shuffleProps(propositions, n);
|
|
21
|
+
};
|
|
22
|
+
const getAnswer = (identifiers) => {
|
|
23
|
+
const { growth, initial, threshold } = identifiers;
|
|
24
|
+
const x = frac(substract(threshold, initial), growth).evaluate();
|
|
25
|
+
return Math.ceil(x).frenchify();
|
|
26
|
+
};
|
|
27
|
+
const getInstruction = (identifiers) => {
|
|
28
|
+
const { situationId, initial, growth, threshold } = identifiers;
|
|
29
|
+
const situation = affineModelisationSituations.find((e) => e.id === situationId);
|
|
30
|
+
let question = "";
|
|
31
|
+
switch (situationId) {
|
|
32
|
+
case "plant":
|
|
33
|
+
question = `Au bout de combien de jours (entiers) la plante dépassera-t-elle une hauteur de $${threshold.frenchify()}\\ \\textrm{cm}$ ?`;
|
|
34
|
+
break;
|
|
35
|
+
case "taxi":
|
|
36
|
+
question = `Au bout de combien de $\\textrm{km}$ (entiers) parcourus le prix dépassera-t-il $${threshold.frenchify()} \\ \\textrm{€}$ ?`;
|
|
37
|
+
break;
|
|
38
|
+
case "elec":
|
|
39
|
+
question = `Au bout de combien de $\\textrm{kWh}$ (entiers) consommés paiera-t-il plus de $${threshold.frenchify()} \\ \\textrm{€}$ ?`;
|
|
40
|
+
break;
|
|
41
|
+
case "tempKm":
|
|
42
|
+
question = `Au bout de combien de centaines de $\\textrm{km}$ (entiers) parcourus la température dépassera-t-elle $${threshold.frenchify()} \\ \\textrm{°C}$ ?`;
|
|
43
|
+
break;
|
|
44
|
+
case "salary":
|
|
45
|
+
question = `Au bout de combien d'années (entières) son salaire dépassera-t-il de $${threshold.frenchify()} \\ €$ ?`;
|
|
46
|
+
break;
|
|
47
|
+
case "scoreGame":
|
|
48
|
+
question = `Au bout de combien d'erreurs son score sera-t-il inférieur à $${threshold.frenchify()}$ points ?`;
|
|
49
|
+
break;
|
|
50
|
+
case "company":
|
|
51
|
+
question = `Au bout de combien de jours (entiers) le chiffre d'affaires sera-t-il inférieur à $${threshold.frenchify()} \\ €$ ?`;
|
|
52
|
+
break;
|
|
53
|
+
case "temp":
|
|
54
|
+
default:
|
|
55
|
+
question = `Au bout de combien de jours (entiers) la température passear-t-elle sous les $${threshold.frenchify()} \\ \\textrm{°C}$ ?`;
|
|
56
|
+
break;
|
|
57
|
+
}
|
|
58
|
+
return situation.context(initial, growth) + "\n \n" + question;
|
|
59
|
+
};
|
|
60
|
+
const getHint = (identifiers) => {
|
|
61
|
+
return `Traduis la situation proposée par une fonction $f$.
|
|
62
|
+
|
|
63
|
+
Puis, résous l'inéquation $f(x) ${identifiers.growth > 0 ? ">" : "<"} ${identifiers.threshold.frenchify()}$.
|
|
64
|
+
|
|
65
|
+
Attention : la réponse doit être un nombre entier !`;
|
|
66
|
+
};
|
|
67
|
+
const getCorrection = (identifiers) => {
|
|
68
|
+
const { growth, initial, situationId, threshold } = identifiers;
|
|
69
|
+
const situation = affineModelisationSituations.find((e) => e.id === situationId);
|
|
70
|
+
const symbol = growth > 0 ? ">" : "<";
|
|
71
|
+
return `${situation.functionNotation}
|
|
72
|
+
|
|
73
|
+
Alors, pour tout $x$ :
|
|
74
|
+
|
|
75
|
+
$$
|
|
76
|
+
f(x) = ${add(initial, multiply(growth, "x")).simplify().toTex()}
|
|
77
|
+
$$
|
|
78
|
+
|
|
79
|
+
On cherche alors à résoudre l'inéquation :
|
|
80
|
+
|
|
81
|
+
$$
|
|
82
|
+
f(x) ${growth > 0 ? ">" : "<"} ${threshold.frenchify()}
|
|
83
|
+
$$
|
|
84
|
+
|
|
85
|
+
Cela donne :
|
|
86
|
+
|
|
87
|
+
${alignTex([
|
|
88
|
+
[add(initial, multiply(growth, "x")).toTex(), symbol, threshold.frenchify()],
|
|
89
|
+
[
|
|
90
|
+
multiply(growth, "x").toTex(),
|
|
91
|
+
symbol,
|
|
92
|
+
substract(threshold, initial).simplify().toTex(),
|
|
93
|
+
],
|
|
94
|
+
[
|
|
95
|
+
"x",
|
|
96
|
+
">",
|
|
97
|
+
frac(substract(threshold, initial).simplify(), growth).toTex() +
|
|
98
|
+
"\\approx" +
|
|
99
|
+
round(frac(substract(threshold, initial).simplify(), growth).evaluate(), 2).frenchify(),
|
|
100
|
+
],
|
|
101
|
+
])}
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
On prend alors l'entier supérieur ; la réponse attendue est donc :
|
|
105
|
+
|
|
106
|
+
$$
|
|
107
|
+
${getAnswer(identifiers)}
|
|
108
|
+
$$`;
|
|
109
|
+
};
|
|
110
|
+
const getKeys = () => {
|
|
111
|
+
return [];
|
|
112
|
+
};
|
|
113
|
+
const isAnswerValid = (ans, { answer }) => {
|
|
114
|
+
try {
|
|
115
|
+
return numberVEA(ans, answer);
|
|
116
|
+
}
|
|
117
|
+
catch (err) {
|
|
118
|
+
return handleVEAError(err);
|
|
119
|
+
}
|
|
120
|
+
};
|
|
121
|
+
const getAffineSituationThresholdQuestion = () => {
|
|
122
|
+
const situation = affineModelisationSituations[randint(0, affineModelisationSituations.length)];
|
|
123
|
+
const x = randint(10, 20);
|
|
124
|
+
//on prend un y entre x et x+1, le seuil est alors x+1
|
|
125
|
+
const initial = situation.randInitial();
|
|
126
|
+
const growth = situation.randGrowth();
|
|
127
|
+
const fx = round(initial + x * growth, 4);
|
|
128
|
+
const fxPlus1 = round(initial + (x + 1) * growth, 4);
|
|
129
|
+
const threshold = randfloat(fx, fxPlus1, 2);
|
|
130
|
+
const identifiers = {
|
|
131
|
+
situationId: situation.id,
|
|
132
|
+
initial,
|
|
133
|
+
growth,
|
|
134
|
+
threshold,
|
|
135
|
+
};
|
|
136
|
+
return getQuestionFromIdentifiers(identifiers);
|
|
137
|
+
};
|
|
138
|
+
const getQuestionFromIdentifiers = (identifiers) => {
|
|
139
|
+
return {
|
|
140
|
+
answer: getAnswer(identifiers),
|
|
141
|
+
instruction: getInstruction(identifiers),
|
|
142
|
+
keys: getKeys(identifiers),
|
|
143
|
+
answerFormat: "tex",
|
|
144
|
+
identifiers,
|
|
145
|
+
hint: getHint(identifiers),
|
|
146
|
+
correction: getCorrection(identifiers),
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
export const affineSituationThreshold = {
|
|
150
|
+
id: "affineSituationThreshold",
|
|
151
|
+
connector: "=",
|
|
152
|
+
label: "Calculer un seuil par une fonction affine décrite par une situation",
|
|
153
|
+
isSingleStep: true,
|
|
154
|
+
generator: (nb, opts) => getDistinctQuestions(() => getAffineSituationThresholdQuestion(opts), nb),
|
|
155
|
+
qcmTimer: 60,
|
|
156
|
+
freeTimer: 60,
|
|
157
|
+
getPropositions,
|
|
158
|
+
isAnswerValid,
|
|
159
|
+
subject: "Mathématiques",
|
|
160
|
+
getInstruction,
|
|
161
|
+
getHint,
|
|
162
|
+
getCorrection,
|
|
163
|
+
getAnswer,
|
|
164
|
+
getQuestionFromIdentifiers,
|
|
165
|
+
hasHintAndCorrection: true,
|
|
166
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Exercise } from "../../../../../exercises/exercise.js";
|
|
2
|
+
type Identifiers = {
|
|
3
|
+
initial: number;
|
|
4
|
+
growth: number;
|
|
5
|
+
situationId: string;
|
|
6
|
+
};
|
|
7
|
+
export declare const affineSituationVariation: Exercise<Identifiers>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=affineSituationVariation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"affineSituationVariation.d.ts","sourceRoot":"","sources":["../../../../../../src/exercises/math/functions/affines/situations/affineSituationVariation.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAYT,MAAM,6BAA6B,CAAC;AAKrC,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AA+EF,eAAO,MAAM,wBAAwB,EAAE,QAAQ,CAAC,WAAW,CAkB1D,CAAC"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { addValidProp, shuffleProps, tryToAddWrongProp, } from "../../../../../exercises/exercise.js";
|
|
2
|
+
import { getDistinctQuestions } from "../../../../../exercises/utils/getDistinctQuestions.js";
|
|
3
|
+
import { randint } from "../../../../../math/utils/random/randint.js";
|
|
4
|
+
import { affineModelisationSituations } from "./affineModelisationSituations.js";
|
|
5
|
+
const getPropositions = (n, { answer }) => {
|
|
6
|
+
const propositions = [];
|
|
7
|
+
addValidProp(propositions, answer, "raw");
|
|
8
|
+
[
|
|
9
|
+
"Croissante",
|
|
10
|
+
"Décroissante",
|
|
11
|
+
"Non monotone",
|
|
12
|
+
"On ne peut pas savoir",
|
|
13
|
+
].forEach((prop) => tryToAddWrongProp(propositions, prop, "raw"));
|
|
14
|
+
return shuffleProps(propositions, n);
|
|
15
|
+
};
|
|
16
|
+
const getAnswer = (identifiers) => {
|
|
17
|
+
const { growth } = identifiers;
|
|
18
|
+
return growth > 0 ? "Croissante" : "Décroissante";
|
|
19
|
+
};
|
|
20
|
+
const getInstruction = (identifiers) => {
|
|
21
|
+
const { situationId, initial, growth } = identifiers;
|
|
22
|
+
const situation = affineModelisationSituations.find((e) => e.id === situationId);
|
|
23
|
+
return (situation.context(initial, growth) +
|
|
24
|
+
"\n \n" +
|
|
25
|
+
situation.functionNotation +
|
|
26
|
+
"\n \n" +
|
|
27
|
+
"La fonction $f$ est-elle croissante, décroissante, ou non monotone ?");
|
|
28
|
+
};
|
|
29
|
+
const getHint = () => {
|
|
30
|
+
return `Une fonction $f$ est dite croissante si lorsque $x$ augmente, alors $f(x)$ augmente également.
|
|
31
|
+
|
|
32
|
+
Elle est dite décroissante si lorsque $x$ augmente, alors $f(x)$ diminue.
|
|
33
|
+
|
|
34
|
+
Elle est dite non monotone si elle n'est ni croissante, ni décroissante.
|
|
35
|
+
|
|
36
|
+
Dans quel cas est-on ici ?`;
|
|
37
|
+
};
|
|
38
|
+
const getCorrection = (identifiers) => {
|
|
39
|
+
const { growth } = identifiers;
|
|
40
|
+
return `Puisque $${growth.frenchify()} ${growth > 0 ? ">" : "<"} 0$, la fonction $f$ est ${growth > 0 ? "croissante" : "décroissante"}.`;
|
|
41
|
+
};
|
|
42
|
+
const getAffineSituationVariationQuestion = () => {
|
|
43
|
+
const situation = affineModelisationSituations[randint(0, affineModelisationSituations.length)];
|
|
44
|
+
const identifiers = {
|
|
45
|
+
situationId: situation.id,
|
|
46
|
+
initial: situation.randInitial(),
|
|
47
|
+
growth: situation.randGrowth(),
|
|
48
|
+
};
|
|
49
|
+
return getQuestionFromIdentifiers(identifiers);
|
|
50
|
+
};
|
|
51
|
+
const getQuestionFromIdentifiers = (identifiers) => {
|
|
52
|
+
return {
|
|
53
|
+
answer: getAnswer(identifiers),
|
|
54
|
+
instruction: getInstruction(identifiers),
|
|
55
|
+
keys: [],
|
|
56
|
+
answerFormat: "raw",
|
|
57
|
+
identifiers,
|
|
58
|
+
hint: getHint(identifiers),
|
|
59
|
+
correction: getCorrection(identifiers),
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
export const affineSituationVariation = {
|
|
63
|
+
id: "affineSituationVariation",
|
|
64
|
+
label: "Déterminer le sens de variations d'une fonction affine décrite par une situation",
|
|
65
|
+
isSingleStep: true,
|
|
66
|
+
generator: (nb, opts) => getDistinctQuestions(() => getAffineSituationVariationQuestion(opts), nb),
|
|
67
|
+
qcmTimer: 60,
|
|
68
|
+
freeTimer: 60,
|
|
69
|
+
getPropositions,
|
|
70
|
+
subject: "Mathématiques",
|
|
71
|
+
getInstruction,
|
|
72
|
+
getHint,
|
|
73
|
+
getCorrection,
|
|
74
|
+
getAnswer,
|
|
75
|
+
getQuestionFromIdentifiers,
|
|
76
|
+
hasHintAndCorrection: true,
|
|
77
|
+
answerType: "QCU",
|
|
78
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from "./affineFromExercise.js";
|
|
2
|
+
export * from "./affineSituationComputeImage.js";
|
|
3
|
+
export * from "./affineSituationComputeAntecedent.js";
|
|
4
|
+
export * from "./affineSituationVariation.js";
|
|
5
|
+
export * from "./affineSituationThreshold.js";
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/exercises/math/functions/affines/situations/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,kCAAkC,CAAC;AACjD,cAAc,uCAAuC,CAAC;AACtD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"estimateExponentialFunctionImageFromGeometricScatterplot.d.ts","sourceRoot":"","sources":["../../../../../src/exercises/math/functions/exponentials/estimateExponentialFunctionImageFromGeometricScatterplot.ts"],"names":[],"mappings":""}
|