中学英語811710 views
中学社会668760 views
教育149510 views
高校生物551766 views
小学社会310485 views
高校国語788336 views
中学数学623755 views
小学理科719870 views
数学講師2886227 views
LaTeX962153 views
Help
Tools
NewsSpreadsheetCalendarSlidesTier ListPen ToolIllustrationCrayonPixel ArtASCII ArtPerspectiveEndless StairsGraphMind MapER DiagramFamily TreeMemeCurved TextImage EditorMosaicRetro FilterPencil SketchOCR/HighlighterMakeup EditorFaviconVideo TrimmerScrolling VideoVideo TitleColor PickerColor ExtractorBonfireFireworksWater RippleWater SplashBreaking GlassWood GrainMarble TextureCSS ButtonIcon MakerBar ChartGrouped Bar ChartStacked Bar ChartPie ChartLine ChartArea ChartStacked Area ChartScatter Plot3D Bar Chart3D Pie ChartBar Chart RaceBubble ChartPopulation PyramidPictogramEarningsCandlestick ChartInvestment RiskMortgage SimulatorCalculatorMatrix CalculatorFunction GraphPolynomial ExpansionVenn DiagramField VisualizerRubik's Cube Group TheoryTraveling SalesmanVoronoi and DelaunayFractalColumn ArithmeticDraw Math FiguresArithmetic AnimationArithmetic Word ProblemsCounting with Tree DiagramsCube NetsCross SectionsMotion PathMechanicsWavesLight and LensesThermodynamicsHow Semiconductors WorkMolecular StructuresAtomic OrbitalsElectrochemical CellsChemical EquilibriumCrystal LatticesBuffer pHComplex IonsDNA Double HelixCell DivisionMembrane ChannelsNerve ImpulseRock ClassificationWeatherConstellationsSolar and Lunar Eclipses3D ModelingFloor PlanSeismic StructuresIntersection TurnMaglevCooking AnimationOrigamiLive Viewer CountGeoJSON MapRailway MapPopulation MapCrime MapLand Price MapSchool MapShrine and Castle MapHouse of Representatives MapWord MapSolitaireReversiHakoiri MusumeChessHamburgerRippleSlide Puzzle MakerNeon PinballNovel MakerJapanese Typing PracticePiano Score EditorMusic Theory

English

LaTeX の \tilde コマンド

\tilde は文字の上にチルダ(波線)を付けるコマンドです。近似値や同値類を表すときに使われます。

基本的な使い方

\tilde{x} で x の上にチルダが付きます。

\tilde{x}

近似値の表記

ある値の近似を表すときに使います。

\tilde{f}(x) \approx f(x)

の近似関数という意味です。

同値類

代数学では、同値関係で結ばれた要素の集まり(同値類)を表すことがあります。

\tilde{a}

要素 を含む同値類を意味します。

変換後の変数

フーリエ変換やラプラス変換の結果を示すときにチルダを使うこともあります。

\tilde{f}(\omega) = \int_{-\infty}^{\infty} f(t) e^{-i\omega t} dt

時間領域の と周波数領域の を区別しています。

\widetilde との違い

複数文字にチルダを付けたいときは \widetilde を使います。

\tilde

のように短いチルダ、1文字向き

\widetilde

のように長いチルダ、複数文字向き

\tilde{a} \quad \widetilde{abc}

物理学での例

量子力学では、演算子やその期待値を区別するためにチルダを使うことがあります。

\tilde{H}

修正されたハミルトニアンや、相互作用描像でのハミルトニアンを表す場合などです。

確率・統計での使用

確率分布に従う確率変数を表すこともあります。

X \sim N(\mu, \sigma^2)

ここでの \sim コマンドで、「〜に従う」という意味です。チルダ記号を関係演算子として使う例です。

チルダの意味は分野によって様々なので、文脈に応じて解釈してください。