Hacker News new | ask | show | jobs
by sampo 3663 days ago
> when you type A/b in Matlab

x = A\b gives the solution to Ax=b, and x=b/A gives the solution to xA=b. But when would you type A/b ?

1 comments

He definitely meant backslash.