中学・高校の数学用語200語
- 数
- 自然数
- 整数
- 小数
- 分数
- 有理数
- 無理数
- 実数
- 素数
- 約数
- 倍数
- 最大公約数
- 最小公倍数
- 逆数
- 絶対値
- 四則演算
- 括弧
- 計算の順序
- 文字式
- 単項式
- 多項式
- 項
- 同類項
- 係数
- 展開
- 因数分解
- 共通因数
- 乗法公式
- 平方完成
- 一次方程式
- 二次方程式
- 解の公式
- 判別式
- 実数解
- 虚数
- 虚数単位
- 複素数
- 連立方程式
- 代入法
- 加減法
- 一次不等式
- 二次不等式
- グラフ
- 座標
- 原点
- 関数
- 一次関数
- 二次関数
- 放物線
- 傾き
- 切片
- 軸
- 頂点
- 最大値
- 最小値
- 定数
- 変数
- 定義域
- 値域
- 指数
- 指数法則
- 指数関数
- 対数
- 対数関数
- 三角関数
- 正弦(サイン)
- 余弦(コサイン)
- 正接(タンジェント)
- 単位円
- ラジアン
- 三角方程式
- 合成関数
- 逆関数
- 合成
- 微分
- 導関数
- 接線
- 導関数の符号
- 増減表
- 極値
- 極大値
- 極小値
- 関数の極限
- 変化率
- 積分
- 不定積分
- 定積分
- 原始関数
- 面積
- 区分求積法
- 数列
- 等差数列
- 公差
- 等比数列
- 公比
- 一般項
- 初項
- 数列の和
- 部分和
- Σ(シグマ記号)
- 無限等比数列
- 漸化式
- 数学的帰納法
- 整数問題
- 余り
- 合同式
- 素因数分解
- 互いに素
- 1次不定方程式
- 図形
- 点
- 線分
- 直線
- 平面
- 面積
- 周の長さ
- 高さ
- 対角線
- 三角形
- 四角形
- 多角形
- 平行線
- 垂直線
- 円
- 扇形
- 中心角
- 円周角
- 弧
- 弦
- 半径
- 直径
- 相似
- 合同
- 合同条件
- 相似条件
- 三平方の定理
- 直角三角形
- 斜辺
- 正弦定理
- 余弦定理
- 図形の証明
- ベクトル
- 成分表示
- 大きさ
- 向き
- 単位ベクトル
- ベクトルの加法
- ベクトルのスカラー倍
- 内積
- ベクトルの直交
- 直線のベクトル方程式
- 平面ベクトル
- 空間ベクトル
- 空間図形
- 立体
- 表面積
- 体積
- 直方体
- 立方体
- 円柱
- 円錐
- 球
- 活性化関数
- 順列
- 組合せ
- 場合の数
- 順列公式
- 組合せ公式
- 円順列
- 重複順列
- 確率
- 標本空間
- 事象
- 余事象
- 独立事象
- 条件付き確率
- 加法定理
- 乗法定理
- 期待値
- 分散
- 標準偏差
- 二項定理
- 二項展開
- 二項係数
- パスカルの三角形
- 集合
- 要素
- 部分集合
- 和集合
- 共通部分
- 補集合
- 空集合
- 包含
- 属する
- ベン図
- 命題
- 真偽
- 必要条件
- 十分条件
- 対偶
- All input values must be valid real numbers.
- The label IDs are encoded as natural numbers starting from 0.
- The number of epochs must be specified as an integer.
- Normalize the input features to a decimal range between 0 and 1.
- The learning rate is often a small fraction like 0.001.
- Rational numbers can be precisely represented in symbolic computation.
- π is an example of an irrational number, not directly used in training.
- Most machine learning models work with real number inputs.
- We used a prime number as the seed for reproducibility.
- The batch size should be a divisor of the dataset size.
- Set the training steps to a multiple of the batch size.
- Data is split in chunks based on the greatest common divisor.
- Align the input lengths using the least common multiple.
- Apply the reciprocal of variance during normalization.
- The loss is calculated using the absolute value of errors.
- Preprocessing includes basic arithmetic operations on features.
- Use parentheses to ensure correct computation order in expressions.
- Respect the order of operations when evaluating the expression tree.
- Symbolic variables are used to define the model equations.
- Each expression in the model consists of a single monomial or multiple terms.
- The polynomial regression model includes higher-degree terms.
- The model computes each term of the polynomial individually.
- Combine like terms during symbolic simplification to reduce complexity.
- The coefficient determines the influence of each feature.
- Expand the squared term using the binomial expansion formula.
- Factor the loss function into simpler components.
- Remove the common factor to simplify the expression.
- Use multiplication formulas to derive model updates.
- Complete the square to rewrite the loss function.
- Solve the linear equation to find the optimal weight.
- Solve the quadratic equation using the standard formula.
- The quadratic formula provides the exact solutions for ax² + bx + c = 0.
- The discriminant determines the number and type of solutions.
- A positive discriminant indicates two distinct real solutions.
- Complex numbers are used when the equation has no real solution.
- The imaginary unit is denoted by i and satisfies i² = -1.
- Neural networks can handle inputs with complex numbers using special modules.
- Solve the system of equations using matrix operations.
- The substitution method is used to simplify the solution process.
- The addition-subtraction method eliminates one variable to solve the system.
- Linear inequalities define constraints in optimization problems.
- Quadratic inequalities are used in boundary region classification.
- Visualize the model output using a 2D graph.
- Each data point is plotted on a coordinate plane.
- The origin is the intersection point of the x- and y-axes.
- A function maps inputs to outputs in a deterministic way.
- Linear functions are often used in the first layer of a neural network.
- A quadratic function can model curved decision boundaries.
- The graph of a quadratic function is a parabola.
- The slope of the line indicates the rate of change.
- The y-intercept shows the output when the input is zero.
- The axis of symmetry helps analyze the shape of the parabola.
- The vertex of the parabola represents the maximum or minimum.
- The maximum value of the loss function is used for regularization control.
- The model finds the minimum value of the loss function.
- Constants are used to fix certain parameters during training.
- Variables represent the tunable parameters of the model.
- The domain defines the range of valid input values.
- The range defines the possible outputs of the model.
- The exponent is used in computing power functions in deep learning.
- Apply exponent rules to simplify the loss derivative.
- Exponential functions are used in softmax and attention mechanisms.
- Logarithms are used in loss functions like cross-entropy.
- The logarithmic function is useful for compressing large input values.
- Trigonometric functions are useful in periodic time-series analysis.
- The sine function models smooth oscillating behavior.
- The cosine function is used for phase-shifted periodic patterns.
- Tangent functions appear in gradient-based optimization visualizations.
- The unit circle is essential for defining sine and cosine values.
- Radian measure is used in trigonometric computations.
- Trigonometric equations are used to model periodic components in signals.
- A composite function layers multiple transformations.
- The inverse function can be used to revert model transformations.
- Function composition allows chaining of transformations in neural nets.
- The derivative helps analyze how model output changes with input.
- The derivative of the loss function is used in backpropagation.
- The tangent line approximates the curve at a local point.
- The sign of the derivative determines whether the function increases or decreases.
- A monotonicity table shows where a function is increasing or decreasing.
- A local extremum in the loss function helps determine convergence.
- The local maximum represents a potential overfitting state.
- The local minimum is the optimal value in many training objectives.
- Limits are used in defining continuity and derivatives.
- The rate of change is the derivative of the input-output relation.
- Integration is used to calculate the total area under a curve.
- The indefinite integral includes a constant of integration.
- The definite integral gives the area between the curve and axis.
- The antiderivative reverses the process of differentiation.
- The area under the ROC curve is used to evaluate classifier performance.
- The Riemann sum approximates integrals numerically.
- A sequence is a function defined on natural numbers.
- An arithmetic sequence has a constant difference between terms.
- The common difference defines the step in an arithmetic sequence.
- A geometric sequence multiplies by a fixed ratio.
- The common ratio is constant between terms in a geometric sequence.
- The general term defines any nth term in a sequence.
- The first term defines the starting value of a sequence.
- The sum of a sequence is used in cumulative cost analysis.
- A partial sum adds the first n terms of a sequence.
- The sigma notation compactly expresses summation.
- The infinite geometric series is used to model decaying signals.
- A recurrence formula defines each term based on previous ones.
- Mathematical induction proves formulas related to model structure.
- Integer constraints are applied in certain optimization problems.
- The modulo operation computes the remainder in hash functions.
- Modular arithmetic is used in data shuffling and cryptography.
- Prime factorization helps analyze computational complexity.
- Coprime integers are useful in modular encoding schemes.
- Linear Diophantine equations appear in constraint-based modeling.
- Geometric features can be extracted from image data.
- A point represents a single coordinate in space.
- A line segment defines the shortest path between two points.
- A straight line is often used to separate two classes.
- A plane in 3D defines a decision boundary for classification.
- Compute the area under the curve for performance metrics.
- The perimeter is used in shape-based feature engineering.
- The height of the shape is used in spatial calculations.
- Diagonals in matrices and grids are important for indexing.
- Triangles are used in mesh generation and surface modeling.
- Rectangles are common in object detection bounding boxes.
- Polygons are used in segmentation masks in computer vision.
- Parallel lines define constant directional fields.
- Perpendicular lines are used in orthogonal projections.
- Circles appear in radial basis functions and filters.
- A sector represents a portion of the input space.
- The central angle defines angular coverage in sensors.
- The inscribed angle helps in detecting contours.
- Arc length features appear in handwriting recognition.
- The chord helps define inner regions in circular features.
- The radius is used in computing circular receptive fields.
- The diameter is twice the radius, often used in scaling.
- Similar figures are used in shape-based matching algorithms.
- Congruent figures are identical in size and shape.
- Congruence conditions define transformations preserving shape.
- Similarity conditions help in resizing without distortion.
- The Pythagorean theorem is used in Euclidean distance computation.
- A right triangle helps simplify trigonometric calculations.
- The hypotenuse is the longest side in right-angle geometry.
- The sine rule calculates unknowns in non-right triangles.
- The cosine rule generalizes triangle side-angle relations.
- Proof of geometric relationships supports feature constraints.
- Vectors are used to represent directional data in ML.
- Component form represents vectors in matrix computations.
- Vector magnitude is used in normalization.
- Direction of a vector indicates flow or force 151. The vector equation of a line is used in 3D modeling and ray tracing.
- Planar vectors help represent direction in 2D space.
- Spatial vectors define position and direction in 3D scenes.
- 3D geometric figures are used in volume estimation tasks.
- A solid is a 3D object represented in mesh or voxel formats.
- Surface area is used in feature extraction from 3D scans.
- Volume calculations help in medical image segmentation.
- Rectangular prisms are often used in bounding box approximations.
- Cubes are used in grid-based spatial partitioning.
- Cylinders appear in LiDAR modeling and object approximation.
- Cones are used in field-of-view modeling.
- Spheres are useful for representing isotropic influence zones.
- Activation functions introduce non-linearity in neural networks.
- Permutations represent the order of data sequences.
- Combinations are used for feature subset selection.
- Counting methods determine the total number of configurations.
- Use permutation formulas to calculate arrangement possibilities.
- Combination formulas are applied in sampling without replacement.
- Circular permutations account for rotation invariance.
- Multiset permutations allow repeated elements in sequences.
- Probability estimates uncertainty in model predictions.
- The sample space contains all possible outcomes.
- An event is a subset of the sample space.
- The complement event includes all non-occurring outcomes.
- Independent events do not influence each other.
- Conditional probability updates likelihood based on known data.
- The addition rule combines probabilities of separate events.
- The multiplication rule applies to joint probabilities.
- Expected value gives the average predicted outcome.
- Variance measures the spread of prediction errors.
- Standard deviation is used for data normalization.
- The binomial theorem expands expressions in classification models.
- Binomial expansion appears in polynomial approximation.
- Binomial coefficients are used in probability distributions.
- Pascal's triangle helps compute combinatoric weights.
- Sets are used to define input categories and outputs.
- Elements of a set represent distinct data points.
- A subset is used to define validation or test partitions.
- The union of sets combines unique items.
- The intersection defines shared features across groups.
- The complement set identifies excluded data points.
- The empty set contains no elements and indicates null conditions.
- Inclusion describes containment between sets.
- An element belongs to a set if it satisfies the condition.
- Venn diagrams visualize relationships between multiple sets.
- Propositions are used in logic-based rule systems.
- Truth values determine logical consistency of outputs.
- A necessary condition must hold for the conclusion to be true.
- A sufficient condition guarantees the outcome.
- The contrapositive is logically equivalent to the original implication.
in simulation. - A unit vector maintains direction with magnitude 1.
- Vector addition combines multiple feature directions.
- Scalar multiplication scales feature vectors.
- The dot product computes similarity or projection.
- Orthogonal vectors represent uncorrelated features.