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

Add support for basic matrix and vector operations #224

Open
asi329vdu8o opened this issue Dec 15, 2024 · 0 comments
Open

Add support for basic matrix and vector operations #224

asi329vdu8o opened this issue Dec 15, 2024 · 0 comments
Labels
feature New feature or enhancement

Comments

@asi329vdu8o
Copy link

asi329vdu8o commented Dec 15, 2024

I have noticed that evaluating matrix/vector operations like multiplication or addition in a Mathlive mathfield does not work out of the box and I did not find anything about it on the documentation either.
For example doing '(1,2,3)+(3,5,6)' will evaluate to '(1,2,3)+(3,5,6)' instead of '(4,7,9)', same goes when using matrix syntax using the 'Add matrix' option, so m1 + m2 = m1 + m2.

I'm not sure if there is currently any way of doing these operations directly from a LaTeX input, if there is please tell me.

Otherwise it would be great if you could add it.

@asi329vdu8o asi329vdu8o added the feature New feature or enhancement label Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or enhancement
Development

No branches or pull requests

1 participant