Root: Difference between revisions
From NARS2000
Jump to navigationJump to search
(add toolbar footer) |
No edit summary |
||
Line 25: | Line 25: | ||
<table border="0" cellpadding="5" cellspacing="0" summary=""> | <table border="0" cellpadding="5" cellspacing="0" summary=""> | ||
<tr> | <tr> | ||
<td valign="top"><apll>Z←L√R</apll></td> | <td valign="top"><apll>Z←L√R</apll> or <apll>Z←L√[X] R</apll></td> | ||
<td></td> | <td></td> | ||
<td></td> | <td></td> |
Revision as of 20:27, 11 April 2018
|
||||
R is a numeric array. | ||||
Z is a floating point array whose values are the square root of the elements of R. |
|
||||
L and R are numeric arrays. | ||||
Z is a floating point array whose values are the Lth root of the elements of R. |
For example,
√⍳4
1 1.414213562 1.732050808 2
(3√⍳4)*3
1 2 3 4
NARS 2000 Lang Tool Bar |
← | → | + | - | × | ÷ | * | ⍟ | ⌹ | ○ | ! | ? | √ | | | ⌈ | ⌊ | ⊥ | ⊤ | ⊣ | ⊢ | |||
≡ | ≢ | < | ≤ | = | ≥ | > | ≠ | ∨ | ∧ | ⍱ | ⍲ | ↑ | ↓ | ⊂ | ⊃ | ⌷ | ⍋ | ⍒ | |||||
⍳ | ∊ | ⍸ | ⍷ | ∪ | ∩ | ⊆ | ⊇ | ~ | § | π | .. | , | ⍪ | ⍴ | ⌽ | ⊖ | ⍉ | ||||||
/ | \ | ⌿ | ⍀ | ⊙ | ¨ | ⍨ | ⍤ | ⍣ | ⍡ | ⍥ | ⍦ | . | ∘ | ⍠ | ‼ | ⌻ | ∂ | ∫ | ⍞ | ⎕ | ⍎ | ⍕ | |
⋄ | ⍝ | ∇ | ∆ | ⍙ | _ | ⍺ | ⍵ | ¯ | ⍬ | ∞ | ∅ | ||||||||||||
Second Row | i j k | i j k l | g | p | r | v | x |