diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-12-13 19:10:29 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-12-13 19:10:29 -0500 |
| commit | 662316ad07d2cfe4253c1a59c65ca7bc30babec2 (patch) | |
| tree | 60e587e9b9ea7e630d97fb77c78cc556c29a2bf3 /doc | |
| parent | 982fb08434494f6aa62ced217ddeb3254d51b1d6 (diff) | |
Link to bqn-libs for matrix divide translations
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/fromDyalog.md | 2 | ||||
| -rw-r--r-- | doc/fromJ.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/fromDyalog.md b/doc/fromDyalog.md index 9c03107b..a98a2365 100644 --- a/doc/fromDyalog.md +++ b/doc/fromDyalog.md @@ -119,7 +119,7 @@ The form `F⍣G` (Power with a function right operand; Power limit) must be impl <tr><td> <code>⍕</code> </td><td colspan=2><code>•Fmt</code></td> </tr> <tr><td> <code>⊥</code> </td><td> </td><td> <code>{+⟜(𝕨⊸×)´⌽𝕩}</code> </td></tr> <tr><td> <code>⊤</code> </td><td> </td><td> <code>{>𝕨|⌊∘÷`⌾⌽𝕨«˜<𝕩}</code></td></tr> -<tr><td> <code>⌹</code> </td><td colspan=2><code>+˝∘×⎉1‿∞⁼</code> I guess</td> </tr> +<tr><td> <code>⌹</code> </td><td><code>Inverse</code> from <a href="https://github.com/mlochbaum/bqn-libs/blob/master/matrix.bqn">here</a></td><td><code>Solve</code></td></tr> <tr><td> <code>⌷</code> </td><td> N/A </td><td> <code>⊏</code></td> </tr> </table> diff --git a/doc/fromJ.md b/doc/fromJ.md index a04b8987..afc470ab 100644 --- a/doc/fromJ.md +++ b/doc/fromJ.md @@ -118,7 +118,7 @@ The tables below give approximate implementations of J primitives. J has a whole | `*:` | `ט` | `¬∧` | `-.` | `¬` | `¬∘∊/⊣` | `-:` | `÷⟜2` | `≡` -| `%.` | | `+˝∘×⎉1‿∞⁼` +| `%.` | `Inverse` from [here](https://github.com/mlochbaum/bqn-libs/blob/master/matrix.bqn) | `Solve` | `$` | `≢` | `⥊` | `~.` | `⍷` | | `~:` | `∊` | `≠` |
