bug-apl
[
Top
][
All Lists
]
Advanced
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
[Bug-apl] take and drop on matrixes?
From
:
Alexey Veretennikov
Subject
:
[Bug-apl] take and drop on matrixes?
Date
:
Sat, 29 Aug 2015 18:56:16 +0200
Hi list
The following code with given matrix XG1 produces an error in GNU APL on attempt to take or drop rows:
XG1
1 9 5 3 6
5 4 8 2 3
7 7 6 2 6
⍴XG1
3 5
2↑XG1
RANK ERROR
2↑XG1
^ ^
2↓XG1
RANK ERROR
2↓XG1
^ ^
However this works fine on Dyalog APL:
2↑XG1
1 9 5 3 6
5 4 8 2 3
Is where some incompatibilities with a standard?
Br,
/Alexey
reply via email to
[Prev in Thread]
Current Thread
[
Next in Thread
]
[Bug-apl] take and drop on matrixes?
,
Alexey Veretennikov
<=
Re: [Bug-apl] take and drop on matrixes?
,
Juergen Sauermann
,
2015/08/29
Re: [Bug-apl] take and drop on matrixes?
,
Alexey Veretennikov
,
2015/08/29
Re: [Bug-apl] take and drop on matrixes?
,
Blake McBride
,
2015/08/29
Re: [Bug-apl] take and drop on matrixes?
,
Kacper Gutowski
,
2015/08/29
Re: [Bug-apl] take and drop on matrixes?
,
Alexey Veretennikov
,
2015/08/30
Prev by Date:
Re: [Bug-apl] Matrix Permanents: Episode 1
Next by Date:
Re: [Bug-apl] take and drop on matrixes?
Previous by thread:
Re: [Bug-apl] Prime Performance and others
Next by thread:
Re: [Bug-apl] take and drop on matrixes?
Index(es):
Date
Thread