math-exercises 3.0.200 → 3.0.201
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/fractions/fractionsSumsPrimeDenominators.js +1 -1
- package/lib/exercises/math/calcul/index.d.ts +1 -0
- package/lib/exercises/math/calcul/index.d.ts.map +1 -1
- package/lib/exercises/math/calcul/index.js +1 -0
- package/lib/exercises/math/calculLitteral/inequations/index.d.ts +1 -0
- package/lib/exercises/math/calculLitteral/inequations/index.d.ts.map +1 -1
- package/lib/exercises/math/calculLitteral/inequations/index.js +1 -0
- package/lib/exercises/math/calculLitteral/inequations/inequationCenteredInterval.d.ts +14 -0
- package/lib/exercises/math/calculLitteral/inequations/inequationCenteredInterval.d.ts.map +1 -0
- package/lib/exercises/math/calculLitteral/inequations/inequationCenteredInterval.js +263 -0
- package/lib/exercises/math/combinatory/anagrams.d.ts.map +1 -1
- package/lib/exercises/math/combinatory/anagrams.js +89 -68
- package/lib/exercises/math/combinatory/index.d.ts +1 -0
- package/lib/exercises/math/combinatory/index.d.ts.map +1 -1
- package/lib/exercises/math/combinatory/index.js +1 -0
- package/lib/exercises/math/dataRepresentations/index.d.ts +1 -1
- package/lib/exercises/math/dataRepresentations/index.d.ts.map +1 -1
- package/lib/exercises/math/dataRepresentations/index.js +5 -1
- package/lib/exercises/math/dataRepresentations/scatterPlot/index.d.ts +0 -2
- package/lib/exercises/math/dataRepresentations/scatterPlot/index.d.ts.map +1 -1
- package/lib/exercises/math/dataRepresentations/scatterPlot/index.js +2 -2
- package/lib/exercises/math/derivation/derivative/trigo/index.d.ts +2 -0
- package/lib/exercises/math/derivation/derivative/trigo/index.d.ts.map +1 -1
- package/lib/exercises/math/derivation/derivative/trigo/index.js +3 -0
- package/lib/exercises/math/derivation/problems/index.d.ts +0 -1
- package/lib/exercises/math/derivation/problems/index.d.ts.map +1 -1
- package/lib/exercises/math/derivation/problems/index.js +1 -1
- package/lib/exercises/math/derivation/problems/problemMovementOnLineFindSpeedAtPoint.d.ts.map +1 -1
- package/lib/exercises/math/derivation/problems/problemMovementOnLineFindSpeedAtPoint.js +5 -2
- package/lib/exercises/math/derivation/tangent/index.d.ts +0 -1
- package/lib/exercises/math/derivation/tangent/index.d.ts.map +1 -1
- package/lib/exercises/math/derivation/tangent/index.js +1 -1
- package/lib/exercises/math/derivation/variations/index.d.ts +1 -1
- package/lib/exercises/math/derivation/variations/index.d.ts.map +1 -1
- package/lib/exercises/math/derivation/variations/index.js +2 -1
- package/lib/exercises/math/derivation/variations/signVarTableAffinePlusCXLogX.d.ts +10 -0
- package/lib/exercises/math/derivation/variations/signVarTableAffinePlusCXLogX.d.ts.map +1 -0
- package/lib/exercises/math/derivation/variations/signVarTableAffinePlusCXLogX.js +222 -0
- package/lib/exercises/math/derivation/variations/signVarTableProductFExp.js +1 -1
- package/lib/exercises/math/derivation/variations/signVarTableQuotientFExp.js +1 -1
- package/lib/exercises/math/functions/affines/index.d.ts +5 -0
- package/lib/exercises/math/functions/affines/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/affines/index.js +5 -0
- package/lib/exercises/math/functions/integral/index.d.ts +1 -0
- package/lib/exercises/math/functions/integral/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/integral/index.js +1 -0
- package/lib/exercises/math/functions/integral/integralTrinomialOverX2.d.ts +12 -0
- package/lib/exercises/math/functions/integral/integralTrinomialOverX2.d.ts.map +1 -0
- package/lib/exercises/math/functions/integral/integralTrinomialOverX2.js +280 -0
- package/lib/exercises/math/functions/logarithm/findLargestPossibleDomainOfLogF.d.ts +13 -0
- package/lib/exercises/math/functions/logarithm/findLargestPossibleDomainOfLogF.d.ts.map +1 -0
- package/lib/exercises/math/functions/logarithm/findLargestPossibleDomainOfLogF.js +622 -0
- package/lib/exercises/math/functions/logarithm/index.d.ts +5 -0
- package/lib/exercises/math/functions/logarithm/index.d.ts.map +1 -1
- package/lib/exercises/math/functions/logarithm/index.js +5 -0
- package/lib/exercises/math/functions/logarithm/logEquationLnAXPlusBEqualsK.d.ts +10 -0
- package/lib/exercises/math/functions/logarithm/logEquationLnAXPlusBEqualsK.d.ts.map +1 -0
- package/lib/exercises/math/functions/logarithm/logEquationLnAXPlusBEqualsK.js +172 -0
- package/lib/exercises/math/functions/logarithm/logInequationIntegerSolutions.d.ts +11 -0
- package/lib/exercises/math/functions/logarithm/logInequationIntegerSolutions.d.ts.map +1 -0
- package/lib/exercises/math/functions/logarithm/logInequationIntegerSolutions.js +163 -0
- package/lib/exercises/math/functions/logarithm/logInequationLnAXPlusBInfK.d.ts +18 -0
- package/lib/exercises/math/functions/logarithm/logInequationLnAXPlusBInfK.d.ts.map +1 -0
- package/lib/exercises/math/functions/logarithm/logInequationLnAXPlusBInfK.js +330 -0
- package/lib/exercises/math/functions/logarithm/logLinearCombinationSimplifiying.d.ts +11 -0
- package/lib/exercises/math/functions/logarithm/logLinearCombinationSimplifiying.d.ts.map +1 -0
- package/lib/exercises/math/functions/logarithm/logLinearCombinationSimplifiying.js +185 -0
- package/lib/exercises/math/index.d.ts +1 -1
- package/lib/exercises/math/index.d.ts.map +1 -1
- package/lib/exercises/math/index.js +2 -1
- package/lib/exercises/math/integration/fromExpr/areaBetweenCrossingCurvesFixedPosFromExpr.d.ts +15 -0
- package/lib/exercises/math/integration/fromExpr/areaBetweenCrossingCurvesFixedPosFromExpr.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/areaBetweenCrossingCurvesFixedPosFromExpr.js +505 -0
- package/lib/exercises/math/integration/fromExpr/boundIntegralByBoundingFunctionWithAffinesFromExpr.d.ts +16 -0
- package/lib/exercises/math/integration/fromExpr/boundIntegralByBoundingFunctionWithAffinesFromExpr.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/boundIntegralByBoundingFunctionWithAffinesFromExpr.js +433 -0
- package/lib/exercises/math/integration/fromExpr/boundIntegralByManualRectanglesMethodFromExpr.d.ts +15 -0
- package/lib/exercises/math/integration/fromExpr/boundIntegralByManualRectanglesMethodFromExpr.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/boundIntegralByManualRectanglesMethodFromExpr.js +436 -0
- package/lib/exercises/math/integration/fromExpr/byParts/index.d.ts +3 -0
- package/lib/exercises/math/integration/fromExpr/byParts/index.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/byParts/index.js +2 -0
- package/lib/exercises/math/integration/fromExpr/byParts/integralOfAXPlusBTimesExpKXByParts.d.ts +9 -0
- package/lib/exercises/math/integration/fromExpr/byParts/integralOfAXPlusBTimesExpKXByParts.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/byParts/integralOfAXPlusBTimesExpKXByParts.js +234 -0
- package/lib/exercises/math/integration/fromExpr/byParts/integralOfPolynomialTimesLogXByParts.d.ts +12 -0
- package/lib/exercises/math/integration/fromExpr/byParts/integralOfPolynomialTimesLogXByParts.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/byParts/integralOfPolynomialTimesLogXByParts.js +330 -0
- package/lib/exercises/math/integration/fromExpr/checkIsPrimitiveFromExpr.d.ts +15 -0
- package/lib/exercises/math/integration/fromExpr/checkIsPrimitiveFromExpr.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/checkIsPrimitiveFromExpr.js +450 -0
- package/lib/exercises/math/integration/fromExpr/derivativeOfPrimitive.d.ts +10 -0
- package/lib/exercises/math/integration/fromExpr/derivativeOfPrimitive.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/derivativeOfPrimitive.js +261 -0
- package/lib/exercises/math/integration/fromExpr/index.d.ts +8 -0
- package/lib/exercises/math/integration/fromExpr/index.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/index.js +8 -0
- package/lib/exercises/math/integration/fromExpr/integralFromExpr.d.ts +13 -0
- package/lib/exercises/math/integration/fromExpr/integralFromExpr.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/integralFromExpr.js +359 -0
- package/lib/exercises/math/integration/fromExpr/meanValue/index.d.ts +2 -0
- package/lib/exercises/math/integration/fromExpr/meanValue/index.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/meanValue/index.js +1 -0
- package/lib/exercises/math/integration/fromExpr/meanValue/meanValueOfTrinomFromIntegralFromExpr.d.ts +14 -0
- package/lib/exercises/math/integration/fromExpr/meanValue/meanValueOfTrinomFromIntegralFromExpr.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromExpr/meanValue/meanValueOfTrinomFromIntegralFromExpr.js +429 -0
- package/lib/exercises/math/integration/fromGraph/boundIntegralByManipulatingAutomaticRectanglesMethodFromGraph.d.ts +10 -0
- package/lib/exercises/math/integration/fromGraph/boundIntegralByManipulatingAutomaticRectanglesMethodFromGraph.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromGraph/boundIntegralByManipulatingAutomaticRectanglesMethodFromGraph.js +286 -0
- package/lib/exercises/math/integration/fromGraph/imageOfPrimitiveByManipulatingIntegralBoundsFromGraph.d.ts +9 -0
- package/lib/exercises/math/integration/fromGraph/imageOfPrimitiveByManipulatingIntegralBoundsFromGraph.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromGraph/imageOfPrimitiveByManipulatingIntegralBoundsFromGraph.js +231 -0
- package/lib/exercises/math/integration/fromGraph/index.d.ts +7 -0
- package/lib/exercises/math/integration/fromGraph/index.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromGraph/index.js +6 -0
- package/lib/exercises/math/integration/fromGraph/integralOfAffineFromExprByComputingArea.d.ts +15 -0
- package/lib/exercises/math/integration/fromGraph/integralOfAffineFromExprByComputingArea.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromGraph/integralOfAffineFromExprByComputingArea.js +464 -0
- package/lib/exercises/math/integration/fromGraph/integralOfAffineFromGraph.d.ts +15 -0
- package/lib/exercises/math/integration/fromGraph/integralOfAffineFromGraph.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromGraph/integralOfAffineFromGraph.js +493 -0
- package/lib/exercises/math/integration/fromGraph/integralOfPiecewiseAffineFromGraph.d.ts +18 -0
- package/lib/exercises/math/integration/fromGraph/integralOfPiecewiseAffineFromGraph.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromGraph/integralOfPiecewiseAffineFromGraph.js +466 -0
- package/lib/exercises/math/integration/fromGraph/varTableOfPrimitiveFromGraph.d.ts +10 -0
- package/lib/exercises/math/integration/fromGraph/varTableOfPrimitiveFromGraph.d.ts.map +1 -0
- package/lib/exercises/math/integration/fromGraph/varTableOfPrimitiveFromGraph.js +192 -0
- package/lib/exercises/math/integration/index.d.ts +4 -0
- package/lib/exercises/math/integration/index.d.ts.map +1 -0
- package/lib/exercises/math/integration/index.js +3 -0
- package/lib/exercises/math/integration/integralOfPiecewiseFunctionByUsingComputedIntegrals.d.ts +14 -0
- package/lib/exercises/math/integration/integralOfPiecewiseFunctionByUsingComputedIntegrals.d.ts.map +1 -0
- package/lib/exercises/math/integration/integralOfPiecewiseFunctionByUsingComputedIntegrals.js +222 -0
- package/lib/exercises/math/limits/frac1XTimesALogXPlusBLimit.d.ts +8 -0
- package/lib/exercises/math/limits/frac1XTimesALogXPlusBLimit.d.ts.map +1 -0
- package/lib/exercises/math/limits/frac1XTimesALogXPlusBLimit.js +121 -0
- package/lib/exercises/math/limits/index.d.ts +3 -0
- package/lib/exercises/math/limits/index.d.ts.map +1 -1
- package/lib/exercises/math/limits/index.js +3 -0
- package/lib/exercises/math/limits/kLogXPlusTrinomLimit.d.ts +12 -0
- package/lib/exercises/math/limits/kLogXPlusTrinomLimit.d.ts.map +1 -0
- package/lib/exercises/math/limits/kLogXPlusTrinomLimit.js +224 -0
- package/lib/exercises/math/limits/logOfPolynomialLimit.d.ts +10 -0
- package/lib/exercises/math/limits/logOfPolynomialLimit.d.ts.map +1 -0
- package/lib/exercises/math/limits/logOfPolynomialLimit.js +154 -0
- package/lib/exercises/math/probaStat/basicProbas/expectedValueOfLinearCombination.d.ts +12 -0
- package/lib/exercises/math/probaStat/basicProbas/expectedValueOfLinearCombination.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/basicProbas/expectedValueOfLinearCombination.js +170 -0
- package/lib/exercises/math/probaStat/basicProbas/expectedValueOfSumFromDice.d.ts +7 -0
- package/lib/exercises/math/probaStat/basicProbas/expectedValueOfSumFromDice.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/basicProbas/expectedValueOfSumFromDice.js +163 -0
- package/lib/exercises/math/probaStat/basicProbas/expectedValueOfSumFromProbaLaw.d.ts +14 -0
- package/lib/exercises/math/probaStat/basicProbas/expectedValueOfSumFromProbaLaw.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/basicProbas/expectedValueOfSumFromProbaLaw.js +150 -0
- package/lib/exercises/math/probaStat/basicProbas/index.d.ts +5 -0
- package/lib/exercises/math/probaStat/basicProbas/index.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/basicProbas/index.js +5 -0
- package/lib/exercises/math/probaStat/basicProbas/varianceOfLinearCombination.d.ts +12 -0
- package/lib/exercises/math/probaStat/basicProbas/varianceOfLinearCombination.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/basicProbas/varianceOfLinearCombination.js +193 -0
- package/lib/exercises/math/probaStat/basicProbas/varianceOfMean.d.ts +13 -0
- package/lib/exercises/math/probaStat/basicProbas/varianceOfMean.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/basicProbas/varianceOfMean.js +171 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialExpectedValueFromSituation.d.ts +9 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialExpectedValueFromSituation.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialExpectedValueFromSituation.js +125 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindParamsFromSituation.d.ts +9 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindParamsFromSituation.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindParamsFromSituation.js +126 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindProbaOfAtLeastOneSuccessFromSituation.d.ts +8 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindProbaOfAtLeastOneSuccessFromSituation.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindProbaOfAtLeastOneSuccessFromSituation.js +150 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindProbaOfXCompKFromSituation.d.ts +15 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindProbaOfXCompKFromSituation.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindProbaOfXCompKFromSituation.js +386 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindThresholdForNFromSituation.d.ts +14 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindThresholdForNFromSituation.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialFindThresholdForNFromSituation.js +248 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialSituations.d.ts +47 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialSituations.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/binomialSituations.js +184 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/buildTreeBernoulliFromSituation.d.ts +9 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/buildTreeBernoulliFromSituation.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/buildTreeBernoulliFromSituation.js +120 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/index.d.ts +7 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/index.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/binomial/fromSituation/index.js +6 -0
- package/lib/exercises/math/probaStat/binomial/index.d.ts +1 -0
- package/lib/exercises/math/probaStat/binomial/index.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/binomial/index.js +1 -0
- package/lib/exercises/math/probaStat/index.d.ts +1 -0
- package/lib/exercises/math/probaStat/index.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/index.js +1 -0
- package/lib/exercises/math/probaStat/tchebychev/index.d.ts +5 -0
- package/lib/exercises/math/probaStat/tchebychev/index.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/tchebychev/index.js +4 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/index.d.ts +4 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/index.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/index.js +3 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/tchebychevFindRadiusToMinorizeProbaOfMeanInCenteredInterval.d.ts +11 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/tchebychevFindRadiusToMinorizeProbaOfMeanInCenteredInterval.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/tchebychevFindRadiusToMinorizeProbaOfMeanInCenteredInterval.js +273 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/tchebychevMajorizeProbaOfMeanOutOfCenteredInterval.d.ts +14 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/tchebychevMajorizeProbaOfMeanOutOfCenteredInterval.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/tchebychevMajorizeProbaOfMeanOutOfCenteredInterval.js +219 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/tchebychevMinorizeProbaOfMeanInCenteredInterval.d.ts +14 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/tchebychevMinorizeProbaOfMeanInCenteredInterval.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/tchebychev/mean/tchebychevMinorizeProbaOfMeanInCenteredInterval.js +245 -0
- package/lib/exercises/math/probaStat/tchebychev/tchebychevFindRadiusToMajorizeProbaOfXOutOfCenteredInterval.d.ts +10 -0
- package/lib/exercises/math/probaStat/tchebychev/tchebychevFindRadiusToMajorizeProbaOfXOutOfCenteredInterval.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/tchebychev/tchebychevFindRadiusToMajorizeProbaOfXOutOfCenteredInterval.js +191 -0
- package/lib/exercises/math/probaStat/tchebychev/tchebychevMajorizeProbaOfXOutOfCenteredInterval.d.ts +10 -0
- package/lib/exercises/math/probaStat/tchebychev/tchebychevMajorizeProbaOfXOutOfCenteredInterval.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/tchebychev/tchebychevMajorizeProbaOfXOutOfCenteredInterval.js +135 -0
- package/lib/exercises/math/probaStat/tchebychev/tchebychevMinorizeProbaOfXInCenteredInterval.d.ts +10 -0
- package/lib/exercises/math/probaStat/tchebychev/tchebychevMinorizeProbaOfXInCenteredInterval.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/tchebychev/tchebychevMinorizeProbaOfXInCenteredInterval.js +155 -0
- package/lib/exercises/math/probaStat/trees/buildTreeBernoulli.d.ts +9 -0
- package/lib/exercises/math/probaStat/trees/buildTreeBernoulli.d.ts.map +1 -0
- package/lib/exercises/math/probaStat/trees/buildTreeBernoulli.js +124 -0
- package/lib/exercises/math/probaStat/trees/index.d.ts +1 -0
- package/lib/exercises/math/probaStat/trees/index.d.ts.map +1 -1
- package/lib/exercises/math/probaStat/trees/index.js +1 -0
- package/lib/exercises/math/sequences/geometric/graph/index.d.ts +4 -0
- package/lib/exercises/math/sequences/geometric/graph/index.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/graph/index.js +4 -0
- package/lib/exercises/math/sequences/geometric/index.d.ts +2 -0
- package/lib/exercises/math/sequences/geometric/index.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/index.js +2 -0
- package/lib/exercises/math/sequences/geometric/situations/geometricFindRankFromSituation.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/situations/geometricFindRankFromSituation.js +71 -48
- package/lib/exercises/math/sequences/geometric/situations/index.d.ts +2 -1
- package/lib/exercises/math/sequences/geometric/situations/index.d.ts.map +1 -1
- package/lib/exercises/math/sequences/geometric/situations/index.js +2 -2
- package/lib/exercises/math/sets/index.d.ts +3 -0
- package/lib/exercises/math/sets/index.d.ts.map +1 -1
- package/lib/exercises/math/sets/index.js +3 -0
- package/lib/exercises/math/spaceGeometry/basis/index.d.ts +6 -0
- package/lib/exercises/math/spaceGeometry/basis/index.d.ts.map +1 -1
- package/lib/exercises/math/spaceGeometry/basis/index.js +6 -0
- package/lib/exercises/math/spaceGeometry/basis/lineLineRelativePositionsFromCubeOuterPoints.d.ts +11 -0
- package/lib/exercises/math/spaceGeometry/basis/lineLineRelativePositionsFromCubeOuterPoints.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/basis/lineLineRelativePositionsFromCubeOuterPoints.js +576 -0
- package/lib/exercises/math/spaceGeometry/basis/linePlaneRelativePositionsFromCubeOuterPoints.d.ts +11 -0
- package/lib/exercises/math/spaceGeometry/basis/linePlaneRelativePositionsFromCubeOuterPoints.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/basis/linePlaneRelativePositionsFromCubeOuterPoints.js +595 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceCoordinatesOfPointInCubeCoordSystem.d.ts +11 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceCoordinatesOfPointInCubeCoordSystem.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceCoordinatesOfPointInCubeCoordSystem.js +501 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceCoordinatesOfPointInCubeCoordSystemFromVecPath.d.ts +16 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceCoordinatesOfPointInCubeCoordSystemFromVecPath.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceCoordinatesOfPointInCubeCoordSystemFromVecPath.js +753 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceCoordinatesOfVectorInCubeCoordSystem.d.ts +12 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceCoordinatesOfVectorInCubeCoordSystem.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceCoordinatesOfVectorInCubeCoordSystem.js +546 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceVectorLinearCombinationFromCoords.d.ts +13 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceVectorLinearCombinationFromCoords.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/basis/spaceVectorLinearCombinationFromCoords.js +233 -0
- package/lib/exercises/math/spaceGeometry/collinearity/checkAlignedSpacePointsFromCoords.d.ts +11 -0
- package/lib/exercises/math/spaceGeometry/collinearity/checkAlignedSpacePointsFromCoords.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/collinearity/checkAlignedSpacePointsFromCoords.js +192 -0
- package/lib/exercises/math/spaceGeometry/collinearity/checkAlignedSpacePointsFromVecPathsFromCubeOuterPoints.d.ts +15 -0
- package/lib/exercises/math/spaceGeometry/collinearity/checkAlignedSpacePointsFromVecPathsFromCubeOuterPoints.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/collinearity/checkAlignedSpacePointsFromVecPathsFromCubeOuterPoints.js +511 -0
- package/lib/exercises/math/spaceGeometry/collinearity/index.d.ts +3 -0
- package/lib/exercises/math/spaceGeometry/collinearity/index.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/collinearity/index.js +2 -0
- package/lib/exercises/math/spaceGeometry/index.d.ts +5 -0
- package/lib/exercises/math/spaceGeometry/index.d.ts.map +1 -1
- package/lib/exercises/math/spaceGeometry/index.js +5 -1
- package/lib/exercises/math/spaceGeometry/orthogonalProjection/findOrthogonalProjectionOfPointOnPlane.d.ts +22 -0
- package/lib/exercises/math/spaceGeometry/orthogonalProjection/findOrthogonalProjectionOfPointOnPlane.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/orthogonalProjection/findOrthogonalProjectionOfPointOnPlane.js +366 -0
- package/lib/exercises/math/spaceGeometry/orthogonalProjection/index.d.ts +2 -0
- package/lib/exercises/math/spaceGeometry/orthogonalProjection/index.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/orthogonalProjection/index.js +2 -0
- package/lib/exercises/math/spaceGeometry/parametricLine/index.d.ts +3 -0
- package/lib/exercises/math/spaceGeometry/parametricLine/index.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/parametricLine/index.js +2 -0
- package/lib/exercises/math/spaceGeometry/parametricLine/lineLineRelativePositionsFromParametricLines.d.ts +14 -0
- package/lib/exercises/math/spaceGeometry/parametricLine/lineLineRelativePositionsFromParametricLines.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/parametricLine/lineLineRelativePositionsFromParametricLines.js +325 -0
- package/lib/exercises/math/spaceGeometry/parametricLine/parametricLineFromPointAndDirectionVector.d.ts +13 -0
- package/lib/exercises/math/spaceGeometry/parametricLine/parametricLineFromPointAndDirectionVector.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/parametricLine/parametricLineFromPointAndDirectionVector.js +181 -0
- package/lib/exercises/math/spaceGeometry/planes/checkIsPointBelongingToPlane.d.ts +10 -0
- package/lib/exercises/math/spaceGeometry/planes/checkIsPointBelongingToPlane.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/planes/checkIsPointBelongingToPlane.js +208 -0
- package/lib/exercises/math/spaceGeometry/planes/findNormalVectorFromPlaneEquation.d.ts +8 -0
- package/lib/exercises/math/spaceGeometry/planes/findNormalVectorFromPlaneEquation.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/planes/findNormalVectorFromPlaneEquation.js +255 -0
- package/lib/exercises/math/spaceGeometry/planes/findNormalVectorFromPlanePointsCoords.d.ts +10 -0
- package/lib/exercises/math/spaceGeometry/planes/findNormalVectorFromPlanePointsCoords.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/planes/findNormalVectorFromPlanePointsCoords.js +232 -0
- package/lib/exercises/math/spaceGeometry/planes/index.d.ts +5 -1
- package/lib/exercises/math/spaceGeometry/planes/index.d.ts.map +1 -1
- package/lib/exercises/math/spaceGeometry/planes/index.js +6 -2
- package/lib/exercises/math/spaceGeometry/planes/planeEquationFromNormalVectorAndContainedPoint.d.ts +10 -0
- package/lib/exercises/math/spaceGeometry/planes/planeEquationFromNormalVectorAndContainedPoint.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/planes/planeEquationFromNormalVectorAndContainedPoint.js +273 -0
- package/lib/exercises/math/spaceGeometry/planes/planeEquationFromOrthogonalLineAndContainedPoint.d.ts +12 -0
- package/lib/exercises/math/spaceGeometry/planes/planeEquationFromOrthogonalLineAndContainedPoint.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/planes/planeEquationFromOrthogonalLineAndContainedPoint.js +398 -0
- package/lib/exercises/math/spaceGeometry/planes/planePlaneRelativePositions.d.ts +22 -0
- package/lib/exercises/math/spaceGeometry/planes/planePlaneRelativePositions.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/planes/planePlaneRelativePositions.js +509 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/angleFromScalarProductFromSpacePointCoords.d.ts +8 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/angleFromScalarProductFromSpacePointCoords.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/angleFromScalarProductFromSpacePointCoords.js +229 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/checkIsOrthogonalLinesFromParametricReps.d.ts +9 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/checkIsOrthogonalLinesFromParametricReps.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/checkIsOrthogonalLinesFromParametricReps.js +200 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/checkIsOrthogonalSpaceVecsFromCoords.d.ts +8 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/checkIsOrthogonalSpaceVecsFromCoords.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/checkIsOrthogonalSpaceVecsFromCoords.js +176 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/checkIsSpaceVecOrthogonalToPlaneFromCoords.d.ts +9 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/checkIsSpaceVecOrthogonalToPlaneFromCoords.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/checkIsSpaceVecOrthogonalToPlaneFromCoords.js +263 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/index.d.ts +6 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/index.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/index.js +6 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/scalarProductFromCubeOuterPoints.d.ts +14 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/scalarProductFromCubeOuterPoints.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/scalarProductFromCubeOuterPoints.js +497 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/scalarProductFromSpacePointCoords.d.ts +8 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/scalarProductFromSpacePointCoords.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/scalarProduct/scalarProductFromSpacePointCoords.js +173 -0
- package/lib/exercises/math/spaceGeometry/vectors/findLinearDecompositionWrtCoplanarUVFromCoords.d.ts +10 -0
- package/lib/exercises/math/spaceGeometry/vectors/findLinearDecompositionWrtCoplanarUVFromCoords.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/vectors/findLinearDecompositionWrtCoplanarUVFromCoords.js +236 -0
- package/lib/exercises/math/spaceGeometry/vectors/index.d.ts +2 -0
- package/lib/exercises/math/spaceGeometry/vectors/index.d.ts.map +1 -1
- package/lib/exercises/math/spaceGeometry/vectors/index.js +2 -0
- package/lib/exercises/math/spaceGeometry/vectors/spacePointsDistanceCalculation.d.ts +8 -0
- package/lib/exercises/math/spaceGeometry/vectors/spacePointsDistanceCalculation.d.ts.map +1 -0
- package/lib/exercises/math/spaceGeometry/vectors/spacePointsDistanceCalculation.js +156 -0
- package/lib/exercises/math/trigonometry/functions/index.d.ts +1 -0
- package/lib/exercises/math/trigonometry/functions/index.d.ts.map +1 -1
- package/lib/exercises/math/trigonometry/functions/index.js +1 -0
- package/lib/exercises/utils/data/randomDataTable.d.ts +4 -1
- package/lib/exercises/utils/data/randomDataTable.d.ts.map +1 -1
- package/lib/exercises/utils/data/randomDataTable.js +1 -2
- package/lib/exercises/vea/varLineVEA.d.ts.map +1 -1
- package/lib/exercises/vea/varLineVEA.js +15 -2
- package/lib/exercises/vea/xTableLineVEA.d.ts.map +1 -1
- package/lib/exercises/vea/xTableLineVEA.js +13 -2
- package/lib/index.d.ts +539 -34
- package/lib/index.d.ts.map +1 -1
- package/lib/latexTester.d.ts.map +1 -1
- package/lib/latexTester.js +9 -7
- package/lib/math/geometry/parametricLine.d.ts +1 -1
- package/lib/math/geometry/parametricLine.d.ts.map +1 -1
- package/lib/math/geometry/parametricLine.js +2 -2
- package/lib/math/geometry/spaceVector.d.ts +11 -1
- package/lib/math/geometry/spaceVector.d.ts.map +1 -1
- package/lib/math/geometry/spaceVector.js +18 -4
- package/lib/math/probability/randomVariable.d.ts +3 -2
- package/lib/math/probability/randomVariable.d.ts.map +1 -1
- package/lib/math/probability/randomVariable.js +14 -8
- package/lib/math/systems/generalSystem.d.ts +3 -3
- package/lib/math/systems/generalSystem.d.ts.map +1 -1
- package/lib/math/systems/generalSystem.js +20 -17
- package/lib/math/utils/functions/functionComparison.d.ts.map +1 -1
- package/lib/math/utils/functions/functionComparison.js +2 -45
- package/lib/math/utils/functions/functionComposition.d.ts +3 -1
- package/lib/math/utils/functions/functionComposition.d.ts.map +1 -1
- package/lib/math/utils/functions/functionComposition.js +17 -17
- package/lib/math/utils/integration/rectanglesMethod.d.ts +6 -0
- package/lib/math/utils/integration/rectanglesMethod.d.ts.map +1 -0
- package/lib/math/utils/integration/rectanglesMethod.js +66 -0
- package/lib/math/utils/polynomial/polynomialUtils.d.ts +9 -1
- package/lib/math/utils/polynomial/polynomialUtils.d.ts.map +1 -1
- package/lib/math/utils/polynomial/polynomialUtils.js +66 -7
- package/lib/math/utils/sequences/situations/seqGeometricSituations.d.ts +34 -2
- package/lib/math/utils/sequences/situations/seqGeometricSituations.d.ts.map +1 -1
- package/lib/math/utils/sequences/situations/seqGeometricSituations.js +288 -47
- package/lib/tests/questionTest.d.ts.map +1 -1
- package/lib/tests/questionTest.js +5 -2
- package/lib/tests/singleExo.test.js +2 -2
- package/lib/tree/nodes/functions/cosNode.d.ts +1 -1
- package/lib/tree/nodes/functions/cosNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/cosNode.js +5 -2
- package/lib/tree/nodes/functions/factorialNode.d.ts +1 -0
- package/lib/tree/nodes/functions/factorialNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/factorialNode.js +16 -1
- package/lib/tree/nodes/functions/logNode.d.ts.map +1 -1
- package/lib/tree/nodes/functions/logNode.js +2 -1
- package/lib/tree/nodes/operators/binomialCoefficientNode.d.ts +2 -0
- package/lib/tree/nodes/operators/binomialCoefficientNode.d.ts.map +1 -1
- package/lib/tree/nodes/operators/binomialCoefficientNode.js +34 -0
- package/lib/tree/nodes/sets/discreteSetNode.d.ts.map +1 -1
- package/lib/tree/nodes/sets/discreteSetNode.js +1 -0
- package/lib/tree/utilities/nodeComparator.d.ts +7 -0
- package/lib/tree/utilities/nodeComparator.d.ts.map +1 -1
- package/lib/tree/utilities/nodeComparator.js +59 -0
- package/lib/tree/utilities/nodeInspector.d.ts +2 -0
- package/lib/tree/utilities/nodeInspector.d.ts.map +1 -1
- package/lib/tree/utilities/nodeInspector.js +23 -1
- package/lib/tree/utilities/nodeRewriter.d.ts.map +1 -1
- package/lib/tree/utilities/nodeRewriter.js +4 -1
- package/lib/types/keyIds.d.ts +1 -1
- package/lib/types/keyIds.d.ts.map +1 -1
- package/lib/utils/strings/splitAndKeep.d.ts +2 -0
- package/lib/utils/strings/splitAndKeep.d.ts.map +1 -0
- package/lib/utils/strings/splitAndKeep.js +13 -0
- package/package.json +1 -1
package/lib/exercises/math/integration/fromExpr/meanValue/meanValueOfTrinomFromIntegralFromExpr.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Exercise } from "../../../../../exercises/exercise.js";
|
|
2
|
+
import { NodeIdentifiers } from "../../../../../tree/nodes/nodeConstructor.js";
|
|
3
|
+
type Identifiers = {
|
|
4
|
+
nodeIdsForP: NodeIdentifiers[];
|
|
5
|
+
nodeIdsBounds: [NodeIdentifiers, NodeIdentifiers];
|
|
6
|
+
};
|
|
7
|
+
type Options = {
|
|
8
|
+
nbChangesOfSign: string;
|
|
9
|
+
typeSignBoundLow: string;
|
|
10
|
+
typeSignBoundHigh: string;
|
|
11
|
+
};
|
|
12
|
+
export declare const meanValueOfTrinomFromIntegralFromExpr: Exercise<Identifiers, Options>;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=meanValueOfTrinomFromIntegralFromExpr.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meanValueOfTrinomFromIntegralFromExpr.d.ts","sourceRoot":"","sources":["../../../../../../src/exercises/math/integration/fromExpr/meanValue/meanValueOfTrinomFromIntegralFromExpr.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAmBT,MAAM,6BAA6B,CAAC;AAUrC,OAAO,EAEL,eAAe,EAChB,MAAM,qCAAqC,CAAC;AAc7C,KAAK,WAAW,GAAG;IACjB,WAAW,EAAE,eAAe,EAAE,CAAC;IAC/B,aAAa,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC,CAAC;CACnD,CAAC;AAkeF,KAAK,OAAO,GAAG;IACb,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;CAC3B,CAAC;AAkDF,eAAO,MAAM,qCAAqC,EAAE,QAAQ,CAC1D,WAAW,EACX,OAAO,CAqBR,CAAC"}
|
package/lib/exercises/math/integration/fromExpr/meanValue/meanValueOfTrinomFromIntegralFromExpr.js
ADDED
|
@@ -0,0 +1,429 @@
|
|
|
1
|
+
import { GeneratorOptionTarget, GeneratorOptionType, addValidProp, propWhile, tryToAddWrongProp, } from "../../../../../exercises/exercise.js";
|
|
2
|
+
import { getDistinctQuestions } from "../../../../../exercises/utils/getDistinctQuestions.js";
|
|
3
|
+
import { blueMain, greenMain, red } from "../../../../../geogebra/colors.js";
|
|
4
|
+
import { GeogebraConstructor } from "../../../../../geogebra/geogebraConstructor.js";
|
|
5
|
+
import { nodeBySubstitutingVar } from "../../../../../math/utils/functions/functionComposition.js";
|
|
6
|
+
import { createIntegratedPolynomialNode } from "../../../../../math/utils/polynomial/polynomialUtils.js";
|
|
7
|
+
import { randint } from "../../../../../math/utils/random/randint.js";
|
|
8
|
+
import { abs } from "../../../../../tree/nodes/functions/absNode.js";
|
|
9
|
+
import { IntegralNode } from "../../../../../tree/nodes/functions/integralNode.js";
|
|
10
|
+
import { NodeConstructor, } from "../../../../../tree/nodes/nodeConstructor.js";
|
|
11
|
+
import { add } from "../../../../../tree/nodes/operators/addNode.js";
|
|
12
|
+
import { frac } from "../../../../../tree/nodes/operators/fractionNode.js";
|
|
13
|
+
import { multiply } from "../../../../../tree/nodes/operators/multiplyNode.js";
|
|
14
|
+
import { substract } from "../../../../../tree/nodes/operators/substractNode.js";
|
|
15
|
+
import { VariableNode } from "../../../../../tree/nodes/variables/variableNode.js";
|
|
16
|
+
import { parseAlgebraic } from "../../../../../tree/parsers/latexParser.js";
|
|
17
|
+
import { NodeComparator } from "../../../../../tree/utilities/nodeComparator.js";
|
|
18
|
+
import { coinFlip } from "../../../../../utils/alea/coinFlip.js";
|
|
19
|
+
import { randomMany } from "../../../../../utils/alea/random.js";
|
|
20
|
+
import { shuffle } from "../../../../../utils/alea/shuffle.js";
|
|
21
|
+
import { handleVEAError } from "../../../../../utils/errors/handleVEAError.js";
|
|
22
|
+
import { alignTex } from "../../../../../utils/latex/alignTex.js";
|
|
23
|
+
const getHydrated = (identifiers) => {
|
|
24
|
+
const { nodeIdsForP, nodeIdsBounds } = identifiers;
|
|
25
|
+
const [nodeA, nodeRootLow, nodeRootHigh] = nodeIdsForP.map((nodeIds) => NodeConstructor.fromIdentifiers(nodeIds));
|
|
26
|
+
const nodeVarX = new VariableNode("x");
|
|
27
|
+
const nodeP = multiply(nodeA, multiply(substract(nodeVarX, nodeRootLow), substract(nodeVarX, nodeRootHigh)));
|
|
28
|
+
const [nodeIntegralBoundLow, nodeIntegralBoundHigh] = nodeIdsBounds.map((nodeIds) => NodeConstructor.fromIdentifiers(nodeIds));
|
|
29
|
+
const nodeF = nodeP.simplify({
|
|
30
|
+
towardsDistribute: true,
|
|
31
|
+
forbidFactorize: true,
|
|
32
|
+
});
|
|
33
|
+
const nodePrimitiveOfF = createIntegratedPolynomialNode(nodeF, (0).toTree());
|
|
34
|
+
const nodeIntegral = new IntegralNode(nodeF, nodeIntegralBoundLow, nodeIntegralBoundHigh, "x");
|
|
35
|
+
const nodeIntegralAsSub = substract(nodeBySubstitutingVar(nodePrimitiveOfF, nodeIntegralBoundHigh, nodeVarX).simplify({
|
|
36
|
+
towardsDistribute: true,
|
|
37
|
+
calculatePowers: true,
|
|
38
|
+
forceAddFractions: true,
|
|
39
|
+
}), nodeBySubstitutingVar(nodePrimitiveOfF, nodeIntegralBoundLow, nodeVarX).simplify({
|
|
40
|
+
towardsDistribute: true,
|
|
41
|
+
calculatePowers: true,
|
|
42
|
+
forceAddFractions: true,
|
|
43
|
+
}));
|
|
44
|
+
const nodeLengthInterval = substract(nodeIntegralBoundHigh, nodeIntegralBoundLow);
|
|
45
|
+
const nodeMeanValue = frac(nodeIntegralAsSub.simplify({
|
|
46
|
+
towardsDistribute: true,
|
|
47
|
+
calculatePowers: true,
|
|
48
|
+
forceAddFractions: true,
|
|
49
|
+
}), nodeLengthInterval.simplify({
|
|
50
|
+
towardsDistribute: true,
|
|
51
|
+
calculatePowers: true,
|
|
52
|
+
forceAddFractions: true,
|
|
53
|
+
}));
|
|
54
|
+
return {
|
|
55
|
+
nodeF,
|
|
56
|
+
nodeIntegralBoundLow,
|
|
57
|
+
nodeIntegralBoundHigh,
|
|
58
|
+
nodePrimitiveOfF,
|
|
59
|
+
nodeIntegral,
|
|
60
|
+
nodeIntegralAsSub,
|
|
61
|
+
nodeLengthInterval,
|
|
62
|
+
nodeMeanValue,
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
const getInstruction = (identifiers) => {
|
|
66
|
+
const { nodeF, nodeIntegralBoundLow, nodeIntegralBoundHigh } = getHydrated(identifiers);
|
|
67
|
+
return `Soit $f$ la fonction définie sur $\\mathbb{R}$ par :
|
|
68
|
+
|
|
69
|
+
$$
|
|
70
|
+
f(x) = ${nodeF.toTex()}
|
|
71
|
+
$$
|
|
72
|
+
|
|
73
|
+
Donner la valeur moyenne de $f$ sur l'intervalle $[${nodeIntegralBoundLow.toTex()};${nodeIntegralBoundHigh.toTex()}]$.`;
|
|
74
|
+
};
|
|
75
|
+
const getAnswer = (identifiers) => {
|
|
76
|
+
const { nodeMeanValue } = getHydrated(identifiers);
|
|
77
|
+
return nodeMeanValue
|
|
78
|
+
.simplify({
|
|
79
|
+
towardsDistribute: true,
|
|
80
|
+
calculatePowers: true,
|
|
81
|
+
forceAddFractions: true,
|
|
82
|
+
})
|
|
83
|
+
.toTex();
|
|
84
|
+
};
|
|
85
|
+
const getHint = () => {
|
|
86
|
+
return `Soit $g$ continue sur un intervalle de réels $[a;b]$.
|
|
87
|
+
|
|
88
|
+
La valeur moyenne $m$ de $g$ sur $[a;b]$ est la valeur que prendrait $g$, si elle était constante, pour donner la même valeur de l'intégrale :
|
|
89
|
+
|
|
90
|
+
$$
|
|
91
|
+
\\int_{a}^{b} g = \\int_{a}^{b} m = m (b - a)
|
|
92
|
+
$$
|
|
93
|
+
|
|
94
|
+
Ce qui donne :
|
|
95
|
+
|
|
96
|
+
$$
|
|
97
|
+
m = \\frac{\\int_{a}^{b} g}{b - a}
|
|
98
|
+
$$
|
|
99
|
+
|
|
100
|
+
`;
|
|
101
|
+
};
|
|
102
|
+
const getCorrection = (identifiers) => {
|
|
103
|
+
const { nodeIntegralBoundLow, nodeIntegralBoundHigh, nodePrimitiveOfF, nodeIntegral, nodeIntegralAsSub, nodeLengthInterval, nodeMeanValue, } = getHydrated(identifiers);
|
|
104
|
+
return `La fonction $f$ est un polynôme de degré $2$. Elle est continue sur $\\mathbb{R}$.
|
|
105
|
+
|
|
106
|
+
On peut donc calculer :
|
|
107
|
+
|
|
108
|
+
${alignTex([
|
|
109
|
+
["", nodeIntegral.toTex()],
|
|
110
|
+
[
|
|
111
|
+
"=",
|
|
112
|
+
`\\left[ ${nodePrimitiveOfF.toTex()} \\right]_{${nodeIntegralBoundLow.toTex()}}^{${nodeIntegralBoundHigh.toTex()}}`,
|
|
113
|
+
],
|
|
114
|
+
[
|
|
115
|
+
"=",
|
|
116
|
+
nodeIntegralAsSub
|
|
117
|
+
.simplify({
|
|
118
|
+
towardsDistribute: true,
|
|
119
|
+
forceAddFractions: true,
|
|
120
|
+
})
|
|
121
|
+
.toTex(),
|
|
122
|
+
],
|
|
123
|
+
])}
|
|
124
|
+
|
|
125
|
+
La valeur moyenne de $f$ sur $[${nodeIntegralBoundLow.toTex()};${nodeIntegralBoundHigh.toTex()}]$ est la valeur que prendrait $f$, si elle était constante, pour donner la même valeur de l'intégrale :
|
|
126
|
+
|
|
127
|
+
$$
|
|
128
|
+
\\int_{${nodeIntegralBoundLow.toTex()}}^{${nodeIntegralBoundHigh.toTex()}} f = \\int_{${nodeIntegralBoundLow.toTex()}}^{${nodeIntegralBoundHigh.toTex()}} m = m (${nodeLengthInterval.toTex()})
|
|
129
|
+
$$
|
|
130
|
+
|
|
131
|
+
La valeur moyenne $m$ de $f$ sur l'intervalle est donc :
|
|
132
|
+
|
|
133
|
+
${alignTex([
|
|
134
|
+
["m", "=", frac(nodeIntegral, nodeLengthInterval).toTex()],
|
|
135
|
+
[
|
|
136
|
+
"",
|
|
137
|
+
"=",
|
|
138
|
+
nodeMeanValue
|
|
139
|
+
.simplify({ towardsDistribute: true, forbidFactorize: true })
|
|
140
|
+
.simplify({ forceAddFractions: true })
|
|
141
|
+
.toTex(),
|
|
142
|
+
],
|
|
143
|
+
])}
|
|
144
|
+
|
|
145
|
+
`;
|
|
146
|
+
};
|
|
147
|
+
const getCorrectionGGBOptions = (identifiers) => {
|
|
148
|
+
const { nodeF, nodeMeanValue, nodeIntegralBoundLow, nodeIntegralBoundHigh } = getHydrated(identifiers);
|
|
149
|
+
const xMin = nodeIntegralBoundLow.evaluate() - 1;
|
|
150
|
+
const xMax = nodeIntegralBoundHigh.evaluate() + 1;
|
|
151
|
+
const [yMin, yMax] = (() => {
|
|
152
|
+
const valueBoundLow = nodeIntegralBoundLow.evaluate();
|
|
153
|
+
const valueBoundHigh = nodeIntegralBoundHigh.evaluate();
|
|
154
|
+
const nbSteps = 50;
|
|
155
|
+
const valueStepAbscissa = (valueBoundHigh - valueBoundLow) / nbSteps;
|
|
156
|
+
return [...Array(nbSteps).keys()].reduce((acc, i) => {
|
|
157
|
+
const [vMin, vMax] = acc;
|
|
158
|
+
const valueAbscissa = valueBoundLow + i * valueStepAbscissa;
|
|
159
|
+
const valueImageI = nodeF.evaluate({ x: valueAbscissa });
|
|
160
|
+
return [Math.min(vMin, valueImageI), Math.max(vMax, valueImageI)];
|
|
161
|
+
}, [-1.5, 1.5]);
|
|
162
|
+
})();
|
|
163
|
+
const nodeFPositive = frac(add(nodeF, abs(nodeF)), 2);
|
|
164
|
+
const nodeFNegative = frac(substract(nodeF, abs(nodeF)), 2);
|
|
165
|
+
const commands = [
|
|
166
|
+
`f(x) = ${nodeF.toMathString()}`,
|
|
167
|
+
`SetColor(f, "${blueMain}")`,
|
|
168
|
+
//integrals
|
|
169
|
+
`integralPositive = Integral(${nodeFPositive.toMathString()},${nodeIntegralBoundLow.toMathString()},${nodeIntegralBoundHigh.toMathString()})`,
|
|
170
|
+
`SetColor(integralPositive, "${red}")`,
|
|
171
|
+
`SetFilling(integralPositive, 0.8)`,
|
|
172
|
+
`ShowLabel(integralPositive, false)`,
|
|
173
|
+
`integralNegative = Integral(${nodeFNegative.toMathString()},${nodeIntegralBoundLow.toMathString()},${nodeIntegralBoundHigh.toMathString()})`,
|
|
174
|
+
`SetColor(integralNegative, "${blueMain}")`,
|
|
175
|
+
`SetFilling(integralNegative, 0.8)`,
|
|
176
|
+
`ShowLabel(integralNegative, false)`,
|
|
177
|
+
`integralIMean = Integral(0*x+${nodeMeanValue.toMathString()},${nodeIntegralBoundLow.toMathString()},${nodeIntegralBoundHigh.toMathString()})`,
|
|
178
|
+
`SetColor(integralIMean, "${greenMain}")`,
|
|
179
|
+
`SetFilling(integralIMean, 0.3)`,
|
|
180
|
+
`ShowLabel(integralIMean, false)`,
|
|
181
|
+
];
|
|
182
|
+
const ggb = new GeogebraConstructor({
|
|
183
|
+
commands,
|
|
184
|
+
lockedAxesRatio: (xMax - xMin) / (yMax - yMin),
|
|
185
|
+
yAxis: {
|
|
186
|
+
hideNumbers: true,
|
|
187
|
+
},
|
|
188
|
+
hideGrid: true,
|
|
189
|
+
});
|
|
190
|
+
return ggb.getOptions({
|
|
191
|
+
coords: ggb.getAdaptedCoords({
|
|
192
|
+
xMin,
|
|
193
|
+
xMax,
|
|
194
|
+
yMin,
|
|
195
|
+
yMax,
|
|
196
|
+
}),
|
|
197
|
+
});
|
|
198
|
+
};
|
|
199
|
+
const getGGBOptions = (identifiers) => {
|
|
200
|
+
const { nodeIdsForP, nodeIdsBounds } = identifiers;
|
|
201
|
+
const [nodeA, nodeRootLow, nodeRootHigh] = nodeIdsForP.map((nodeIds) => NodeConstructor.fromIdentifiers(nodeIds));
|
|
202
|
+
const nodeVarX = new VariableNode("x");
|
|
203
|
+
const nodeP = multiply(nodeA, multiply(substract(nodeVarX, nodeRootLow), substract(nodeVarX, nodeRootHigh)));
|
|
204
|
+
const [nodeIntegralBoundLow, nodeIntegralBoundHigh] = nodeIdsBounds.map((nodeIds) => NodeConstructor.fromIdentifiers(nodeIds));
|
|
205
|
+
const nodeF = nodeP.simplify({
|
|
206
|
+
towardsDistribute: true,
|
|
207
|
+
forbidFactorize: true,
|
|
208
|
+
});
|
|
209
|
+
const xMin = nodeIntegralBoundLow.evaluate() - 1;
|
|
210
|
+
const xMax = nodeIntegralBoundHigh.evaluate() + 1;
|
|
211
|
+
const [yMin, yMax] = (() => {
|
|
212
|
+
const valueBoundLow = nodeIntegralBoundLow.evaluate();
|
|
213
|
+
const valueBoundHigh = nodeIntegralBoundHigh.evaluate();
|
|
214
|
+
const nbSteps = 50;
|
|
215
|
+
const valueStepAbscissa = (valueBoundHigh - valueBoundLow) / nbSteps;
|
|
216
|
+
return [...Array(nbSteps).keys()].reduce((acc, i) => {
|
|
217
|
+
const [vMin, vMax] = acc;
|
|
218
|
+
const valueAbscissa = valueBoundLow + i * valueStepAbscissa;
|
|
219
|
+
const valueImageI = nodeF.evaluate({ x: valueAbscissa });
|
|
220
|
+
return [Math.min(vMin, valueImageI), Math.max(vMax, valueImageI)];
|
|
221
|
+
}, [-1.5, 1.5]);
|
|
222
|
+
})();
|
|
223
|
+
const commands = [
|
|
224
|
+
`f(x) = ${nodeF.toMathString()}`,
|
|
225
|
+
`SetColor(f, "${blueMain}")`,
|
|
226
|
+
];
|
|
227
|
+
const ggb = new GeogebraConstructor({
|
|
228
|
+
commands,
|
|
229
|
+
lockedAxesRatio: (xMax - xMin) / (yMax - yMin),
|
|
230
|
+
yAxis: {
|
|
231
|
+
hideNumbers: true,
|
|
232
|
+
},
|
|
233
|
+
hideGrid: true,
|
|
234
|
+
});
|
|
235
|
+
return ggb.getOptions({
|
|
236
|
+
coords: ggb.getAdaptedCoords({
|
|
237
|
+
xMin,
|
|
238
|
+
xMax,
|
|
239
|
+
yMin,
|
|
240
|
+
yMax,
|
|
241
|
+
}),
|
|
242
|
+
});
|
|
243
|
+
};
|
|
244
|
+
const getPropositions = (n, { answer }, optsIn) => {
|
|
245
|
+
const opts = optsIn ?? optsDefault;
|
|
246
|
+
const propositions = [];
|
|
247
|
+
addValidProp(propositions, answer);
|
|
248
|
+
propWhile(propositions, n, () => {
|
|
249
|
+
try {
|
|
250
|
+
const identifierWrong = createRandomIdentifiers(opts);
|
|
251
|
+
tryToAddWrongProp(propositions, getAnswer(identifierWrong));
|
|
252
|
+
}
|
|
253
|
+
catch (_) {
|
|
254
|
+
(() => { })();
|
|
255
|
+
}
|
|
256
|
+
});
|
|
257
|
+
return shuffle(propositions);
|
|
258
|
+
};
|
|
259
|
+
const getKeys = () => {
|
|
260
|
+
return [];
|
|
261
|
+
};
|
|
262
|
+
const isAnswerValid = (ans, { answer }) => {
|
|
263
|
+
try {
|
|
264
|
+
const nodeAns = parseAlgebraic(ans);
|
|
265
|
+
const nodeAnswer = parseAlgebraic(answer);
|
|
266
|
+
const isValid = NodeComparator.isEqualViaSub(nodeAns, nodeAnswer) ||
|
|
267
|
+
NodeComparator.isEqualViaFrac(nodeAns, nodeAnswer);
|
|
268
|
+
return isValid;
|
|
269
|
+
}
|
|
270
|
+
catch (err) {
|
|
271
|
+
return handleVEAError(err);
|
|
272
|
+
}
|
|
273
|
+
};
|
|
274
|
+
const createRandomIdentifiers = (opts) => {
|
|
275
|
+
const valueNbChangesOfSign = parseInt(opts.nbChangesOfSign);
|
|
276
|
+
const generateValuePositive = (function* () {
|
|
277
|
+
const arrValue = [...Array(15).keys()].map((i) => i + 1);
|
|
278
|
+
yield* shuffle(arrValue);
|
|
279
|
+
})();
|
|
280
|
+
const generateValueNegative = (function* () {
|
|
281
|
+
const arrValue = [...Array(15).keys()].map((i) => i + 1).map((v) => -v);
|
|
282
|
+
yield* shuffle(arrValue);
|
|
283
|
+
})();
|
|
284
|
+
const valueTotalLengthOfF = randint(5, 11);
|
|
285
|
+
const [valueBoundLow, valueBoundHigh] = (() => {
|
|
286
|
+
if (opts.typeSignBoundLow === "Négative" &&
|
|
287
|
+
opts.typeSignBoundHigh === "Négative") {
|
|
288
|
+
const valueBoundHigh = generateValueNegative.next().value;
|
|
289
|
+
const valueBoundLow = valueBoundHigh - valueTotalLengthOfF;
|
|
290
|
+
return [valueBoundLow, valueBoundHigh];
|
|
291
|
+
}
|
|
292
|
+
else if (opts.typeSignBoundLow === "Positive" &&
|
|
293
|
+
opts.typeSignBoundHigh === "Positive") {
|
|
294
|
+
const valueBoundLow = generateValuePositive.next().value;
|
|
295
|
+
const valueBoundHigh = valueBoundLow + valueTotalLengthOfF;
|
|
296
|
+
return [valueBoundLow, valueBoundHigh];
|
|
297
|
+
}
|
|
298
|
+
else {
|
|
299
|
+
const valueBoundLow = -randint(2, valueTotalLengthOfF - 1);
|
|
300
|
+
const valueBoundHigh = valueBoundLow + valueTotalLengthOfF;
|
|
301
|
+
return [valueBoundLow, valueBoundHigh];
|
|
302
|
+
}
|
|
303
|
+
})();
|
|
304
|
+
const [nodeBoundLow, nodeBoundHigh] = [valueBoundLow, valueBoundHigh].map((v) => v.toTree());
|
|
305
|
+
const [valueRootLow, valueRootHigh] = (() => {
|
|
306
|
+
switch (valueNbChangesOfSign) {
|
|
307
|
+
case 0: {
|
|
308
|
+
const valueRootLow = valueBoundLow - randint(1, 6);
|
|
309
|
+
const valueRootHigh = valueBoundHigh + randint(1, 6);
|
|
310
|
+
return [valueRootLow, valueRootHigh];
|
|
311
|
+
}
|
|
312
|
+
case 1: {
|
|
313
|
+
const valueBetweenBounds = randint(valueBoundLow, valueBoundHigh);
|
|
314
|
+
if (coinFlip()) {
|
|
315
|
+
const valueRootLow = valueBetweenBounds;
|
|
316
|
+
const valueRootHigh = valueBoundHigh + randint(1, 6);
|
|
317
|
+
return [valueRootLow, valueRootHigh];
|
|
318
|
+
}
|
|
319
|
+
else {
|
|
320
|
+
const valueRootLow = valueBoundLow - randint(1, 6);
|
|
321
|
+
const valueRootHigh = valueBetweenBounds;
|
|
322
|
+
return [valueRootLow, valueRootHigh];
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
case 2: {
|
|
326
|
+
const pool = [...Array(valueBoundHigh - valueBoundLow + 1).keys()]
|
|
327
|
+
.map((i) => valueBoundLow + i)
|
|
328
|
+
.slice(1, -1);
|
|
329
|
+
const [valueRootLow, valueRootHigh] = randomMany(pool, 2).toSorted((v1, v2) => v1 - v2);
|
|
330
|
+
return [valueRootLow, valueRootHigh];
|
|
331
|
+
}
|
|
332
|
+
default:
|
|
333
|
+
throw new Error("Unsupported valueNbChangesOfSign: " + valueNbChangesOfSign);
|
|
334
|
+
}
|
|
335
|
+
})();
|
|
336
|
+
const nodeA = (1).toTree();
|
|
337
|
+
const [nodeRootLow, nodeRootHigh] = [valueRootLow, valueRootHigh].map((v) => v.toTree());
|
|
338
|
+
const identifiers = {
|
|
339
|
+
nodeIdsForP: [
|
|
340
|
+
nodeA.toIdentifiers(),
|
|
341
|
+
nodeRootLow.toIdentifiers(),
|
|
342
|
+
nodeRootHigh.toIdentifiers(),
|
|
343
|
+
],
|
|
344
|
+
nodeIdsBounds: [
|
|
345
|
+
nodeBoundLow.toIdentifiers(),
|
|
346
|
+
nodeBoundHigh.toIdentifiers(),
|
|
347
|
+
],
|
|
348
|
+
};
|
|
349
|
+
return identifiers;
|
|
350
|
+
};
|
|
351
|
+
const getMeanValueOfTrinomFromIntegralFromExprQuestion = (optsIn) => {
|
|
352
|
+
const opts = optsIn ?? optsDefault;
|
|
353
|
+
const identifiers = createRandomIdentifiers(opts);
|
|
354
|
+
return getQuestionFromIdentifiers(identifiers);
|
|
355
|
+
};
|
|
356
|
+
const getQuestionFromIdentifiers = (identifiers, opts) => {
|
|
357
|
+
const question = {
|
|
358
|
+
instruction: getInstruction(identifiers, opts),
|
|
359
|
+
answer: getAnswer(identifiers, opts),
|
|
360
|
+
keys: getKeys(identifiers, opts),
|
|
361
|
+
answerFormat: "tex",
|
|
362
|
+
identifiers,
|
|
363
|
+
hint: getHint(identifiers, opts),
|
|
364
|
+
ggbOptions: getGGBOptions(identifiers, opts),
|
|
365
|
+
correction: getCorrection(identifiers, opts),
|
|
366
|
+
correctionGgbOptions: getCorrectionGGBOptions(identifiers, opts),
|
|
367
|
+
};
|
|
368
|
+
return question;
|
|
369
|
+
};
|
|
370
|
+
const optsDefault = {
|
|
371
|
+
nbChangesOfSign: "0",
|
|
372
|
+
typeSignBoundLow: "Positive",
|
|
373
|
+
typeSignBoundHigh: "Positive",
|
|
374
|
+
};
|
|
375
|
+
const options = [
|
|
376
|
+
{
|
|
377
|
+
id: "nbChangesOfSign",
|
|
378
|
+
label: "Nombre de changements de signe sur l'intervalle d'intégration",
|
|
379
|
+
target: GeneratorOptionTarget.generation,
|
|
380
|
+
type: GeneratorOptionType.select,
|
|
381
|
+
values: ["0", "1", "2"],
|
|
382
|
+
defaultValue: optsDefault.nbChangesOfSign,
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
id: "typeSignBoundLow",
|
|
386
|
+
label: "Signe de la borne inférieure",
|
|
387
|
+
target: GeneratorOptionTarget.generation,
|
|
388
|
+
type: GeneratorOptionType.select,
|
|
389
|
+
values: ["Positive", "Négative"],
|
|
390
|
+
defaultValue: optsDefault.typeSignBoundLow,
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
id: "typeSignBoundHigh",
|
|
394
|
+
label: "Signe de la borne supérieure",
|
|
395
|
+
target: GeneratorOptionTarget.generation,
|
|
396
|
+
type: GeneratorOptionType.select,
|
|
397
|
+
values: ["Positive", "Négative"],
|
|
398
|
+
defaultValue: optsDefault.typeSignBoundHigh,
|
|
399
|
+
},
|
|
400
|
+
];
|
|
401
|
+
const validateOptions = (opts) => {
|
|
402
|
+
if (opts.typeSignBoundLow === "Positive" &&
|
|
403
|
+
opts.typeSignBoundHigh === "Négative")
|
|
404
|
+
return {
|
|
405
|
+
valid: false,
|
|
406
|
+
message: "La borne inférieure doit pouvoir être inférieure à la borne supérieure.",
|
|
407
|
+
};
|
|
408
|
+
return {
|
|
409
|
+
valid: true,
|
|
410
|
+
message: "",
|
|
411
|
+
};
|
|
412
|
+
};
|
|
413
|
+
export const meanValueOfTrinomFromIntegralFromExpr = {
|
|
414
|
+
id: "meanValueOfTrinomFromIntegralFromExpr",
|
|
415
|
+
connector: "=",
|
|
416
|
+
label: "Calcul de la valeur moyenne d'une fonction trinôme",
|
|
417
|
+
isSingleStep: false,
|
|
418
|
+
generator: (nb, opts) => getDistinctQuestions(() => getMeanValueOfTrinomFromIntegralFromExprQuestion(opts), nb),
|
|
419
|
+
options,
|
|
420
|
+
validateOptions,
|
|
421
|
+
qcmTimer: 60,
|
|
422
|
+
freeTimer: 60,
|
|
423
|
+
getPropositions,
|
|
424
|
+
isAnswerValid,
|
|
425
|
+
subject: "Mathématiques",
|
|
426
|
+
getQuestionFromIdentifiers,
|
|
427
|
+
hasHintAndCorrection: true,
|
|
428
|
+
hasGeogebra: true,
|
|
429
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Exercise } from "../../../../exercises/exercise.js";
|
|
2
|
+
import { NodeIdentifiers } from "../../../../tree/nodes/nodeConstructor.js";
|
|
3
|
+
type Identifiers = {
|
|
4
|
+
nodeIdsF: NodeIdentifiers;
|
|
5
|
+
nodeIdsBounds: NodeIdentifiers[];
|
|
6
|
+
nbRectanglesRequired: number;
|
|
7
|
+
};
|
|
8
|
+
export declare const boundIntegralByManipulatingAutomaticRectanglesMethodFromGraph: Exercise<Identifiers>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=boundIntegralByManipulatingAutomaticRectanglesMethodFromGraph.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"boundIntegralByManipulatingAutomaticRectanglesMethodFromGraph.d.ts","sourceRoot":"","sources":["../../../../../src/exercises/math/integration/fromGraph/boundIntegralByManipulatingAutomaticRectanglesMethodFromGraph.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAeT,MAAM,6BAA6B,CAAC;AAgBrC,OAAO,EAEL,eAAe,EAChB,MAAM,qCAAqC,CAAC;AAW7C,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,eAAe,CAAC;IAC1B,aAAa,EAAE,eAAe,EAAE,CAAC;IACjC,oBAAoB,EAAE,MAAM,CAAC;CAC9B,CAAC;AA+VF,eAAO,MAAM,6DAA6D,EAAE,QAAQ,CAAC,WAAW,CAuB7F,CAAC"}
|