Skip to content
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

Better printing method for Vector and Matrix #30

Open
Marlin-Na opened this issue Jul 8, 2019 · 0 comments
Open

Better printing method for Vector and Matrix #30

Marlin-Na opened this issue Jul 8, 2019 · 0 comments

Comments

@Marlin-Na
Copy link
Member

The printing output should be designed to fit the width of console -- the width can be obtained from getOption("width").
For Vector, consider printing elements vertically.
For Matrix, consider omitting elements with long expressions as ellipsis -- like x^3 + y ....

We also have to define format method for Basic objects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant