-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrong printing for single-element matrix #36732
Comments
The trouble is we don't have an input syntax for single-column matrices. |
We could probably just print this as |
Related: #28905 |
@thofma and @mbauman seemed against this in #36737, but I still think it would be good to be able to distinguish matrices from vectors when printed inside arrays. Perhaps a compromise would be printing matrices with a trailing semicolon, for example |
This is now fixed by #33697 |
The following printing is wrong, as the output would produce a vector, not a matrix:
Observed on master and 1.5.
The text was updated successfully, but these errors were encountered: