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

ivy: buggy docs for mdiv #70830

Closed
rsc opened this issue Dec 13, 2024 · 1 comment
Closed

ivy: buggy docs for mdiv #70830

rsc opened this issue Dec 13, 2024 · 1 comment
Labels
Documentation Issues describing a change to documentation.

Comments

@rsc
Copy link
Contributor

rsc commented Dec 13, 2024

% ivy
)help mdiv

Binary operators:
	Name                  APL   Ivy       Meaning
	Matrix divide         A⌹B   mdiv      Solution to system of linear equations Ax = B
	                                      For real vectors, the magnitude of A projected on B

Experimenting, it looks like mdiv actually solves Bx = A, not Ax = B
(and the behavior matches tryapl.org, so it's a doc bug).

@gopherbot gopherbot added the Documentation Issues describing a change to documentation. label Dec 13, 2024
@rsc
Copy link
Contributor Author

rsc commented Dec 13, 2024

Oops wrong issue tracker.

@rsc rsc closed this as completed Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Issues describing a change to documentation.
Projects
None yet
Development

No branches or pull requests

2 participants