Without: Difference between revisions
From NARS2000
Jump to navigationJump to search
Sudleyplace (talk | contribs) (New page: <table border="1" cellpadding="5" cellspacing="0" rules="none" summary=""> <tr> <td> <table border="0" cellpadding="5" cellspacing="0" summary=""> <tr> <td><apll>Z←L~R</a...) |
Sudleyplace (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
<table border="0" cellpadding="5" cellspacing="0" summary=""> | <table border="0" cellpadding="5" cellspacing="0" summary=""> | ||
<tr> | <tr> | ||
<td><apll>Z←L~R</apll></td> | <td valign="top"><apll>Z←L~R</apll></td> | ||
<td></td> | <td></td> | ||
<td></td> | <td></td> |
Revision as of 20:23, 7 May 2008
|
||||
L is a scalar or vector, else signal RANK ERROR. | ||||
R is an arbitrary array. | ||||
Z is a vector identical to (~L∊R)/L. | ||||
The result is sensitive to ⎕CT. |
This feature is implemented by an internal magic function:
∇ Z←L #DydTilde R
[1] Z←(~L∊R)/L
∇