Group Abstract Group Abstract

Message Boards Message Boards

0
|
2.2K Views
|
3 Replies
|
0 Total Likes
View groups...
Share
Share this post:

GridBox doesn't return the same form when its inputs are the same value

Posted 2 years ago
POSTED BY: Ichione Ichiro
3 Replies
Posted 2 years ago
POSTED BY: Ichione Ichiro
Posted 2 years ago

As "b1" and "b2" return the same value

No, they don't return the same value. I didn't try to debug the rest of your situation, because I stopped when I read that comment. For clarity:

b1 = {{1}, {2}, {3}}
b2 = {{Range[1, 1]}, {Range[2, 2]}, {Range[3, 3]}}
(* b2 is now {{{1}},{{2}},{{3}}}, which has an extra level of lists. *)
POSTED BY: Eric Rimbey
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard