Difference between revisions of "Manuals/calci/GREEK"
Jump to navigation
Jump to search
(Created page with "greek") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | greek | + | <div style="font-size:30px">'''GREEK (String)'''</div><br/> |
+ | *<math>String</math> is any string to find Greek letters. | ||
+ | |||
+ | ==Description== | ||
+ | *This function returns the greek letters for the required string. | ||
+ | *In <math>GREEK(String)</math>, <math>String</math> is required string for change in to Greek letter. | ||
+ | *The Greek alphabet is thousands of years old. | ||
+ | *Letters and symbols from the Greek alphabet are all around us. | ||
+ | *The word 'alphabet' derives from the first two letters, alpha and beta. | ||
+ | *Some Greek letter names are very familiar like alpha,beta and so on. | ||
+ | *But some symbols have become different icons like the pi sign(3.142 in mathematical value) and mu the micro symbol. | ||
+ | *There are 24 letters in the Greek alphabet. | ||
+ | *The following is the table for Greek letters: | ||
+ | {| class="wikitable" | ||
+ | |+Greek Alphabet | ||
+ | |- | ||
+ | !Greek name of the letter !! Symbol | ||
+ | |- | ||
+ | | alpha || α | ||
+ | |- | ||
+ | | beta || β | ||
+ | |- | ||
+ | | gamma || γ | ||
+ | |- | ||
+ | |delta || δ | ||
+ | |- | ||
+ | |epsilon || ε | ||
+ | |- | ||
+ | |zeta ||ζ | ||
+ | |- | ||
+ | |eta ||η | ||
+ | |- | ||
+ | | theta || θ | ||
+ | |- | ||
+ | | iota || ι | ||
+ | |- | ||
+ | |kappa || κ | ||
+ | |- | ||
+ | |lambda || λ | ||
+ | |- | ||
+ | |mu || μ | ||
+ | |- | ||
+ | |nu || ∅ | ||
+ | |- | ||
+ | | xi || ξ | ||
+ | |- | ||
+ | | omicron || ο | ||
+ | |- | ||
+ | | pi || π | ||
+ | |- | ||
+ | | rho || ρ | ||
+ | |- | ||
+ | | sigma || ς | ||
+ | |- | ||
+ | | tau || τ | ||
+ | |- | ||
+ | | upsilon || υ | ||
+ | |- | ||
+ | | phi || φ | ||
+ | |- | ||
+ | |chi || χ | ||
+ | |- | ||
+ | | psi || ψ | ||
+ | |- | ||
+ | | omega || ω | ||
+ | |} | ||
+ | |||
+ | ==Examples== | ||
+ | #GREEK("omega") = ω | ||
+ | # GREEK("tau") = τ | ||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=28yu1PFc438|280|center|Greek}} | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/GREEKARRAY | GREEKARRAY ]] | ||
+ | *[[Manuals/calci/GREEKS | GREEKS ]] | ||
+ | |||
+ | ==References== | ||
+ | *[http://www.businessballs.com/greekalphabet.htm GreekAlphabet] | ||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Latest revision as of 16:48, 11 January 2019
GREEK (String)
- is any string to find Greek letters.
Description
- This function returns the greek letters for the required string.
- In , is required string for change in to Greek letter.
- The Greek alphabet is thousands of years old.
- Letters and symbols from the Greek alphabet are all around us.
- The word 'alphabet' derives from the first two letters, alpha and beta.
- Some Greek letter names are very familiar like alpha,beta and so on.
- But some symbols have become different icons like the pi sign(3.142 in mathematical value) and mu the micro symbol.
- There are 24 letters in the Greek alphabet.
- The following is the table for Greek letters:
Greek name of the letter | Symbol |
---|---|
alpha | α |
beta | β |
gamma | γ |
delta | δ |
epsilon | ε |
zeta | ζ |
eta | η |
theta | θ |
iota | ι |
kappa | κ |
lambda | λ |
mu | μ |
nu | ∅ |
xi | ξ |
omicron | ο |
pi | π |
rho | ρ |
sigma | ς |
tau | τ |
upsilon | υ |
phi | φ |
chi | χ |
psi | ψ |
omega | ω |
Examples
- GREEK("omega") = ω
- GREEK("tau") = τ