• 検索結果がありません。

1) 単項 二項演算子 + 正記号 負記号 プラスマイナス +- 3 ±3 -+ マイナスプラス neg ブール演算 NOT neg p p and ブール演算 AND p and q p q or ブール演算 OR p or q p q + 加法 a

N/A
N/A
Protected

Academic year: 2021

シェア "1) 単項 二項演算子 + 正記号 負記号 プラスマイナス +- 3 ±3 -+ マイナスプラス neg ブール演算 NOT neg p p and ブール演算 AND p and q p q or ブール演算 OR p or q p q + 加法 a"

Copied!
11
0
0

読み込み中.... (全文を見る)

全文

(1)

2014.11

OpenOffice Math

数式コマンドおよび記述例一覧

1)単項・二項演算子

2)比較演算

3)集合演算

4)関数

5)演算子

6)属性

7)括弧

8)書式

9)その他

付録

ⅰ) ギリシャ文字一覧

ⅱ) 日本式不等号の入力について

ⅲ) 文章と数式が混在する記述例

(2)

1)単項・二項演算子

コマンド 意味 記述例 記述例の結果 + 正記号 +1

+1

- 負記号 - 2

−2

+- プラスマイナス +- 3

±3

-+ マイナスプラス -+ 4

∓4

neg ブール演算NOT neg p

¬

p

and ブール演算AND p and q

p∧q

or ブール演算OR p or q

p∨q

+ 加法 a + b

ab

- 減法 a - b

a−b

cdot 乗法,内積,中黒点 a cdot b

a⋅b

times 乗法(×),外積 a times b

a×b

* 乗法 a * b

a∗b

over 分数,除法 {abcde} over x

abcde

x

※配置中央揃え1)

/ 除法 a / b

a /b

div 除法(÷) a div b

a÷b

circ 合成関数 f circ g

f ∘ g

oplus 丸囲みプラス a oplus b

a⊕b

ominus 丸囲みマイナス a ominus b

a⊖b

odot 丸囲みドット a odot b

a⊙b

otimes 丸囲み乗算(×)記号 a otimes b

a⊗b

odivide 丸囲みスラッシュ a odivide b

a⊘b

widebslash 2文字間のバックスラッ

シュ a widebslash b

a

b

wideslash 2 文字間のスラッシュ a wideslash b

a

b

(3)

2)比較演算

コマンド 意味 記述例 記述例の結果 = 等号 a = b

a=b

<> 等しくない a <> b

a≠b

< 小なり a < b

a<b

<= 以下,小なりイコール a <= b

a≤b

leslant a leslant b

a⩽b

<< 非常に小さい a << b

a ≪b

> 大なり a > b

ab

>=

以上,大なりイコール a >= b

a≥b

geslant a geslant b

a⩾b

>> 非常に大きい a >> b

a ≫b

approx

近似的に等しい

a approx b

a≈b

simeq a simeq b

a≃b

sim a sim b

a∼b

def 定義では等しい a def b

a≝b

ortho 垂直 l ortho m

l ⊥ m

parallel 平行 l parallel m

l∥m

divides 除算,縦分割線 a divides b

a∣b

ndivides 縦分割線の否定 a ndivides b

a ∤b

equiv 合同 a equiv b

a≡b

prop 比例 y prop x

y ∝ x

toward 右向き矢印 a toward b

a →b

dlarrow 左二重矢印,必要条件 a dlarrow b

a ⇐ b

dlrarrow 両二重矢印,必要十分条件 a dlrarrow b

a ⇔ b

(4)

3)集合演算

コマンド 意味 記述例 記述例の結果 aleph 基数 aleph_0

0 emptyset 空集合 emptyset

in 属する 2 in P

2∈P

notin 属さない 4 notin P

4∉P

owns 元として含む A owns x

A∋x

backepsilon A backepsilon x

A ∍ x

intersection 積集合 A intersection B

A∩ B

union 和集合 A union B

A∪ B

setminus 差集合 A setminus B

A ∖ B

slash 商集合 X slash ""sim""

X /∼

subset

部分集合

A subset B

A⊂ B

subseteq A subseteq B

A⊆ B

supset A supset B

A⊃ B

supseteq A supseteq B

A⊇ B

nsubset

部分集合でない

A nsubset B

A⊄ B

nsubseteq A nsubseteq B

A⊈ B

nsupset A nsupset B

A⊅ B

nsupseteq A nsupseteq B

A⊉ B

setN 自然数の集合 setN

setZ 整数の集合 setZ

setQ 有理数の集合 setQ

setR 実数の集合 setR

(5)

4)関数

コマンド 意味 記述例 記述例の結果 ^ 累乗,指数関数 SAMPLE

x

n abs 絶対値 SAMPLE

1

2

x

3

−4 x−5

fact 階乗 SAMPLE

5!

sqrt 平方根 SAMPLE

2

nroot n 乗根 SAMPLE

3

5

func e^ 自然指数関数 SAMPLE

e

12x 3 −4 x−5

exp SAMPLE

exp

(

1

2

x

3

−4 x−5

)

log 対数関数 SAMPLE

log

3

1

2

x

3

4 x−5

ln 自然対数関数 ln{x}

ln x

sin サイン sin{x}

sin x

cos コサイン cos{x}

cos x

tan タンジェント tan{x}

tan x

cot コタンジェント cot{x}

cot x

sinh ハイパボリックサイン sinh{x}

sinh x

cosh ハイパボリックコサイン cosh{x}

cosh x

tanh ハイパボリックタンジェント tanh{x}

tanh x

coth ハイパボリックコタンジェント coth{x}

coth x

arcsin アークサイン arcsin{x}

arcsin x

 ※2)

arccos アークコサイン arccos{x}

arccos x

arctan アークタンジェント arctan{x}

arctan x

arccot アークコタンジェント arccot{x}

arccot x

arsinh 逆双曲線サイン arsinh{x}

arsinh x

arcosh 逆双曲線コサイン arcosh{x}

arcosh x

artanh 逆双曲線タンジェント artanh{x}

artanh x

arcoth 逆双曲線コタンジェント arcoth{x}

arcoth x

(6)

5)演算子

コマンド 意味 記述例 記述例の結果 from to 範囲 SAMPLE

k =1 n

k =

n(n+1)

2

lim 極限 SAMPLE

lim

x→ 0

sin x

x

=1

sum 総和 SAMPLE

k =1 n

k =

n(n+1)

2

SAMPLE

k =1 n

k =

n(n+1)

2

 ※3) prod 総乗,直積 SAMPLE

k =1 n

a

k

=

a

1

×

a

2

×

a

3

×⋯×

a

n coprod 直和 SAMPLE

ℝ=

m=−∞

(

m , m+1

]

(

m∈ℤ)

int 積分 SAMPLE

−3 2

x dx

iint 二重積分 SAMPLE

D

f ( x , y)dx dy

iiint 三重積分 SAMPLE

T

f (x , y , z )dx dy dz

lint 周回積分 SAMPLE

C

1

z

dz

llint 二重周回積分 SAMPLE

C

1

z

dz

lllint 三重周回積分 SAMPLE

C

1

z

dz

(7)

6)属性

コマンド 意味 記述例 記述例の結果 “ ” テキスト記述 SAMPLE

e

x

e^x と記述する.

acute アキュート SAMPLE

a

́

bar 文字上横棒 SAMPLE

̄

a

breve ブリーブ SAMPLE

a

̆

check キャロン SAMPLE

a

̌

circle 文字上円 SAMPLE

a

̊

dot 文字上ドット SAMPLE

0. ˙1 2 ˙3=

123

999

ddot 文字上ドット2つ SAMPLE

¨a

dddot 文字上ドット3つ SAMPLE

⃛a

grave グレーブ SAMPLE

̀a

hat サーカムフレクス SAMPLE

a

̂

tilde 文字上チルダ SAMPLE

̃a

vec ベクトル矢印 SAMPLE

a

overline 長い文字上横棒 SAMPLE

ABCD

overstrike 取り消し線 SAMPLE

ABCD

underline 長い文字下横棒 SAMPLE

ABCD

widehat 長いサーカムフレクス SAMPLE

̂

AB

widetilde 長い文字上チルダ SAMPLE

̃

AB

widevec 長いベクトル矢印 SAMPLE

AB

bold 太字 SAMPLE

abc abc

ital 斜字体 SAMPLE

abc abc de

nbold 太字属性解除 SAMPLE

abc abc de

nitalic 斜字体属性解除 SAMPLE

abc abc de

phantom 非表示 SAMPLE

abc

de

color 文字色変更 SAMPLE

abc

abc

abc

abc

abc

abc

abc

abc

abc

abc

abc

abc

abc

abc

abc

abc

  ※white が見えるように背景色を黒に変更4)

size

サイズ変更(n 倍) SAMPLE a

a

a

サイズ変更(1/n 倍) SAMPLE a

a

aa

(8)

7)括弧

コマンド 意味 記述例 記述例の結果 { } グループ括弧 SAMPLE

x=

b

2

−4 ac

2 a

( ) 小括弧 SAMPLE

(

1

2

<

x<3)

[ ] 大括弧 SAMPLE

[

1

2

<

x<3]

langle rangle 山括弧 SAMPLE

1

2

<

x<3〉

lbrace rbrace 中括弧 SAMPLE

{

1

2

<

x<3}

lline rline 縦線 SAMPLE

1

2

<

x<3∣

lfloor rfloor 下エッジ付縦線,

床関数 SAMPLE

f (x )=⌊ x ⌋

lceil rceil 上エッジ付縦線,

天井関数 SAMPLE

g ( x)=⌈ x ⌉

ldbracket rdbracket 二重大括弧 SAMPLE

1

2

<

x<3⟧

ldline rdline 二重縦線 SAMPLE

1

2

<

x<3∥

left right 自動サイズ化 SAMPLE

(

1

2

<

x<3

)

mline 括弧内の縦線 SAMPLE

A={x

1≤x≤10, x ∈ℕ}

none 片方の括弧を非

表示化 SAMPLE

{

x+ y =3

x− y=1

overbrace 中括弧上 SAMPLE

ABC

xyz

underbrace 中括弧下 SAMPLE

XYZ

(9)

8)書式

コマンド 意味 記述例 記述例の結果 ` スペース小 SAMPLE

12345 1 2 3 4 5

~ スペース大 SAMPLE

12345 1 2 3 4 5

lsup 左上添え字 SAMPLE 12

C

csup 文字上添え字 SAMPLE 中等室の 卓 つくえ のほとりはいと靜にて、 熾熱燈しねつとう の光の晴れがましきも徒なり。 ^ 右上添え字 SAMPLE

Mn

2+ rsup SAMPLE

Mn

2+ lsub 左下添え字 SAMPLE 11

Na

23 csub 文字下添え字 SAMPLE

菅原道真

845−903 _ 右下添え字 SAMPLE

MnO

4+

rsub SAMPLE

MnO

4 + alignl 左揃え SAMPLE

12345

7

alignc 中央揃え SAMPLE

12345

7

alignr 右揃え SAMPLE

12345

7

binom 上下配列 SAMPLE

(

n

k

)

=

(

n−k )! k!

n!

stack スタック SAMPLE

a=

(

x

a

y

a

z

a

)

matrix 行列 SAMPLE

E=

(

1 0 0

0 1 0

0 0 1

)

newline 改行 SAMPLE

x−3=−x+1

2 x=4

x=2

(10)

9)その他

コマンド 意味 記述例 記述例の結果 %% コメント SAMPLE

123 789

234

 ※5) exists 存在記号 SAMPLE

x ∈ℕ

[

P (x )

]

forall 全称記号 SAMPLE

x∈ℕ

[

P( x)

]

im 複素数の虚部 SAMPLE

re 複素数の実部 SAMPLE

hbar プランク定数,エイチバー SAMPLE

ℏ=

h

2 π

infinity 無限大 SAMPLE

k=0

a r

k

=

a

1−r

lambdabar ラムダバー SAMPLE

ƛ= λ

2 π

nabla ナブラ SAMPLE

∇= ̂

e

i

i partial 偏微分 SAMPLE

dz =

z

x

dx+

z

y

dy

wp ペー函数 SAMPLE

uparrow 上向き矢印 SAMPLE

downarrow 下向き矢印 SAMPLE

leftarrow 左向き矢印 SAMPLE

rightarrow 右向き矢印 SAMPLE

dotsaxis 3 点ドット中央横 SAMPLE

15÷7=2⋯1

dotslow 3 点ドット下横 SAMPLE

15÷7=2…1

dotsvert 3 点ドット垂直 SAMPLE

n=1

1 1

n=2

1 2 1

n=3

1 3 3 1

n=4

1 4 6 4 1

dotsup 3 点ドット右上がり dotsdown 3 点ドット右下がり 5) 改行するまで他コマンドも含めて全てコメント扱いとなる.

(11)

付録

ⅰ)ギリシャ文字一覧

大文字 小文字 アルファ %ALPHA

Α

Α

%alpha

α

α

ベータ %BETA

Β

Β

%beta

β

β

ガンマ %GAMMA

Γ

Γ

%gamma

γ

γ

デルタ %DELTA

Δ

Δ

%delta

δ

δ

イプシロン %EPSILON

Ε

Ε

%epsilon

ϵ

ϵ

%varepsilon

ε

ε

セータ %ZETA

Ζ

Ζ

%zeta

ζ

ζ

イータ %ETA

Η

Η

%eta

η

η

シータ %THETA

Θ

Θ

%theta

θ

θ

%vartheta

ϑ

ϑ

イオタ %IOTA

Ι

Ι

%iota

ι

ι

カッパ %KAPPA

Κ

Κ

%kappa

κ

κ

ラムダ %LAMBDA

Λ

Λ

%lambda

λ

λ

ミュー %MU

Μ

Μ

%mu

μ

μ

ニュー %NU

Ν

Ν

%nu

ν

ν

クサイ %XI

Ξ

Ξ

%xi

ξ

ξ

オミクロン %OMICRON

Ο

Ο

%omicron

ο

ο

パイ %PI

Π

Π

%pi

π

π

%varpi

ϖ

ϖ

ロー %RHO

Ρ

Ρ

%rho

ρ

ρ

%varrho

ϱ

ϱ

シグマ %SIGMA

Σ

Σ

%sigma

σ

σ

%varsigma

ς

ς

タウ %TAU

Τ

Τ

%tau

τ

τ

ユプシロン %UPSILON

Υ

Υ

%upsilon

υ

υ

ファイ %PHI

Φ

Φ

%phi

ϕ

ϕ

%varphi

φ

φ

カイ %CHI

Χ

Χ

%chi

χ

χ

プサイ %PSI

Ψ

Ψ

%psi

ψ

ψ

オメガ %OMEGA

Ω

Ω

%omega

ω

ω

       ※斜字体にはital を付加.

参照

関連したドキュメント

Secondly, once we have established the solvability of SPDEs within the stochastic parabolic weighted Sobolev spaces H γ,q p,θ (O, T ) , we have to exploit the L q (L p ) –regularity

We devote Section 3 to show two distinct nontrivial weak solutions for problem (1.1) by using the mountain pass theorem and Ekeland variational principle.. In Section 4,

In Sections 8.1–8.3, we give some explicit formulas on the Jacobi functions, which are key to the proof of the Parseval–Plancherel-type formula of branching laws of

8.1 In § 8.1 ∼ § 8.3, we give some explicit formulas on the Jacobi functions, which are key to the proof of the Parseval-Plancherel type formula of branching laws of

In this paper, we take some initial steps towards illuminating the (hypothetical) p-adic local Langlands functoriality principle relating Galois representations of a p-adic field L

In addition to the basic facts just stated on existence and uniqueness of solutions for our problems, the analysis of the approximation scheme, based on a minimization of the

These recent studies have been focused on stabilization of the lowest equal-order finite element pair P 1 − P 1 or Q 1 − Q 1 , the bilinear function pair using the pressure

Thus no maximal subgroup of G/P has index co-prime to q and since G/P is supersolvable, this gives, by using a well known result of Huppert, that every maximal subgroup of G/P is