検索結果- 英語 - 多言語
検索内容:
trapezoidal rule
(mathematics) A method of finding an approximate value for a definite integral, based on dividing the area under the graph of the function into a series of strips, each of which is approximately a trapezoid, and summing the area of all the trapezoids to approximate the area.
台形公式:関数のグラフ下の面積を、隣り合う2点で作る台形の面積の総和として近似する、数値積分法の一つ。
Vegas rule
(slang, humorous) A tacit agreement between two parties not to publicly discuss or verbally repeat events, conversations, or other sensitive information.
(スラング・ユーモラス)二者間で、特定の出来事、会話、またはその他のセンシティブな情報を公に話したり繰り返さないという暗黙の了解、すなわち秘密保持の合意
Born's rule
Born rule
(quantum mechanics) A key postulate of quantum mechanics, giving the probability that a measurement of a quantum system will yield a given result. In its simplest form, it states that the probability density of finding a particle at a given point, when measured, is proportional to the square of the magnitude of the particle's wavefunction at that point.
量子力学における基本的な公理であり、量子系の測定において、得られる結果の確率を定める。具体的には、測定時に粒子がある位置で観測される確率密度は、その位置における粒子の波動関数の絶対値の二乗に比例する。
Simpson's rule
(mathematics) Any of several approximations for definite integrals.
(数学)定積分の近似値を求める数値積分法の一つ。具体的には、区間を等分割し、2次補間多項式を用いて積分値を近似する方法(シンプソン法)を指す。
ruled out
Horner's rule
(mathematics, computing theory) The rule stating that a polynomial of degree n can be (optimally) evaluated with only n multiplications and n additions: a_0+a_1x+a_2x²+a_3x³+⋯+a_nxⁿ\=a_0+x bigg (a_1+x Big (a_2+x big (a_3+⋯+x(a_n-1+x,a_n)⋯ big ) Big ) bigg ).
ホーナーの法則とは、次数 n の多項式 a₀ + a₁x + a₂x² + ... + aₙxⁿ を、n回の乗算と n回の加算によって効率的に評価することができる数学的・計算理論上の手法である。 / この方法では、多項式を入れ子状の乗算形式(ホーナー形式)に変換することで計算量を最適化する。